Html Css Color HEX #CED606 Bird Flower

📋 copy color: '#CED606'

red 206 ◦ green 214 ◦ blue 6

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

Shades of Bird Flower #CED606

Tints of Bird Flower #CED606

RGB

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

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

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

R = 48.36%
G = 50.23%
B = 1.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#CED606 (or 0xCED606) is known color: Bird Flower. HEX triplet: CE, D6 and 06. RGB value is (206,214,6). Sum of RGB (Red+Green+Blue) = 206+214+6=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #CED606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED606 is #3129F9. Grayscale: #BCBCBC. Windows color (decimal): -3222010 or 448206. OLE color: 448206.

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

Color convert

RGB 206 214 6 -
CMYK 0.04 0 0.97 0.16
HSL 62.31º 0.95% 0.43% -
HSV(B) 62.31º 0.97% 0.84% -
XYZ 49.53 61.23 9.38 -
YUV 187.9 25.35 140.91 -
System Red Green Blue C M Y K H S L
Decimal 206 214 6 0.04 0 0.97 0.16 62.31 0.95 0.43
Hex CE D6 6 4 0 61 10 3E 5F 2B
Octal 316 326 6 4 0 141 20 76 137 53
Binary 11001110 11010110 110 100 0 1100001 10000 111110 1011111 101011

Color Harmonies of #CED606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED606

Black with #CED606

Text Example


Text Example

White with #CED606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED606; }

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

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

background-color css

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

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

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

border-color css

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

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

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