Html Css Color HEX #CED609 Bird Flower

📋 copy color: '#CED609'

red 206 ◦ green 214 ◦ blue 9

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

Shades of Bird Flower #CED609

Tints of Bird Flower #CED609

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.88%

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

R = 48.02%
G = 49.88%
B = 2.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#CED609 (or 0xCED609) is known color: Bird Flower. HEX triplet: CE, D6 and 09. RGB value is (206,214,9). Sum of RGB (Red+Green+Blue) = 206+214+9=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 214 (83.98% from 255 or 49.88% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 214 - color contains mainly: green. Hex color #CED609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED609 is #3129F6. Grayscale: #BDBDBD. Windows color (decimal): -3222007 or 644814. OLE color: 644814.

HSL color Cylindrical-coordinate representation of color #CED609: hue angle of 62.34º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CED609 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 9 -
CMYK 0.04 0 0.96 0.16
HSL 62.34º 0.92% 0.44% -
HSV(B) 62.34º 0.96% 0.84% -
XYZ 49.55 61.23 9.47 -
YUV 188.24 26.85 140.67 -
System Red Green Blue C M Y K H S L
Decimal 206 214 9 0.04 0 0.96 0.16 62.34 0.92 0.44
Hex CE D6 9 4 0 60 10 3E 5C 2C
Octal 316 326 11 4 0 140 20 76 134 54
Binary 11001110 11010110 1001 100 0 1100000 10000 111110 1011100 101100

Color Harmonies of #CED609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED609

Black with #CED609

Text Example


Text Example

White with #CED609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED609; }

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

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

background-color css

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

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

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

border-color css

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

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

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