#CDDC07

Color #CDDC07 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CDDC07

Tints of Bird Flower #CDDC07

Color information

#CDDC07 (or 0xCDDC07) is unknown color: approx Bird Flower. HEX triplet: CD, DC and 07. RGB value is (205,220,7). Sum of RGB (Red+Green+Blue) = 205+220+7=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDC07 is #3223F8. Grayscale: #C0C0C0. Windows color (decimal): -3286009 or 515277. OLE color: 515277.

HSL color Cylindrical-coordinate representation of color #CDDC07: hue angle of 64.23º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDDC07 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB2052207-
CMYK0.0700.970.14
HSL64.23º93.83%44.51%-
HSV(B)64.23º96.82%86.27%-
XYZ50.8164.189.91-
YUV191.2324.03137.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 47.45%
GREEN value IS 220 (86.33% from 255) = 50.93%
BLUE value IS 7 (3.12% from 255) = 1.62%
R=47.45%
G=50.93%
B=1.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal20522070.0700.970.1464.2393.8344.51
HexCDDC77061E405e2d
Octal3153347701411610013655
Binary110011011101110011111101100001111010000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDC07; }

 p { color: rgb(205,220,7); }

 H1.HeaderClassName
 {
   color: #CDDC07;
 }
 .AnyTagClassName
 {
   color: #CDDC07;
 }
</style>
background-color css

<style>
 a { background-color: #CDDC07; }

 a { background-color: rgb(205,220,7); }

 div.DivClassName
 {
   background-color: #CDDC07;
 }
 .BgClassName
 {
   background-color: #CDDC07;
 }
</style>
border-color css

<style>
 span { border-color: #CDDC07; }

 span { border-color: rgb(205,220,7); }

 td.TdClassName
 {
   border-color: #CDDC07;
 }
 .TagClassName
 {
   border-color: #CDDC07;
 }
</style>