Html Css Color HEX #CDD006 Bird Flower

📋 copy color: '#CDD006'

red 205 ◦ green 208 ◦ blue 6

#CDD006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CDD006

Tints of Bird Flower #CDD006

RGB

 RED value IS 205 (80.47% from 255) = 48.93%

 GREEN value IS 208 (81.64% from 255) = 49.64%

 BLUE value IS 6 (2.73% from 255) = 1.43%

R = 48.93%
G = 49.64%
B = 1.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#CDD006 (or 0xCDD006) is known color: Bird Flower. HEX triplet: CD, D0 and 06. RGB value is (205,208,6). Sum of RGB (Red+Green+Blue) = 205+208+6=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDD006 is #322FF9. Grayscale: #B8B8B8. Windows color (decimal): -3289082 or 446669. OLE color: 446669.

HSL color Cylindrical-coordinate representation of color #CDD006: hue angle of 60.89º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDD006 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 6 -
CMYK 0.01 0 0.97 0.18
HSL 60.89º 0.94% 0.42% -
HSV(B) 60.89º 0.97% 0.82% -
XYZ 47.77 58.1 8.87 -
YUV 184.08 27.51 142.93 -
System Red Green Blue C M Y K H S L
Decimal 205 208 6 0.01 0 0.97 0.18 60.89 0.94 0.42
Hex CD D0 6 1 0 61 12 3D 5E 2A
Octal 315 320 6 1 0 141 22 75 136 52
Binary 11001101 11010000 110 1 0 1100001 10010 111101 1011110 101010

Color Harmonies of #CDD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD006

Black with #CDD006

Text Example


Text Example

White with #CDD006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD006; }

 p { color: rgb(205,208,6); }

 H1.HeaderClassName
 {
   color: #CDD006;
 }
 .AnyTagClassName
 {
   color: #CDD006;
 }
</style>

background-color css

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

 a { background-color: rgb(205,208,6); }

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

border-color css

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

 span { border-color: rgb(205,208,6); }

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