Html Css Color HEX #CED009 Bird Flower

📋 copy color: '#CED009'

red 206 ◦ green 208 ◦ blue 9

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

Shades of Bird Flower #CED009

Tints of Bird Flower #CED009

RGB

 RED value IS 206 (80.86% from 255) = 48.7%

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

 BLUE value IS 9 (3.91% from 255) = 2.13%

R = 48.7%
G = 49.17%
B = 2.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#CED009 (or 0xCED009) is known color: Bird Flower. HEX triplet: CE, D0 and 09. RGB value is (206,208,9). Sum of RGB (Red+Green+Blue) = 206+208+9=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #CED009 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED009 is #312FF6. Grayscale: #B9B9B9. Windows color (decimal): -3223543 or 643278. OLE color: 643278.

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

Color convert

RGB 206 208 9 -
CMYK 0.01 0 0.96 0.18
HSL 60.6º 0.92% 0.43% -
HSV(B) 60.6º 0.96% 0.82% -
XYZ 48.06 58.25 8.97 -
YUV 184.72 28.84 143.18 -
System Red Green Blue C M Y K H S L
Decimal 206 208 9 0.01 0 0.96 0.18 60.6 0.92 0.43
Hex CE D0 9 1 0 60 12 3D 5C 2B
Octal 316 320 11 1 0 140 22 75 134 53
Binary 11001110 11010000 1001 1 0 1100000 10010 111101 1011100 101011

Color Harmonies of #CED009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED009

Black with #CED009

Text Example


Text Example

White with #CED009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED009; }

 p { color: rgb(206,208,9); }

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

background-color css

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

 a { background-color: rgb(206,208,9); }

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

border-color css

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

 span { border-color: rgb(206,208,9); }

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