Html Css Color HEX #CED806 Bird Flower

📋 copy color: '#CED806'

red 206 ◦ green 216 ◦ blue 6

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

Shades of Bird Flower #CED806

Tints of Bird Flower #CED806

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.47%

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

R = 48.13%
G = 50.47%
B = 1.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#CED806 (or 0xCED806) is known color: Bird Flower. HEX triplet: CE, D8 and 06. RGB value is (206,216,6). Sum of RGB (Red+Green+Blue) = 206+216+6=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #CED806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED806 is #3127F9. Grayscale: #BDBDBD. Windows color (decimal): -3221498 or 448718. OLE color: 448718.

HSL color Cylindrical-coordinate representation of color #CED806: hue angle of 62.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CED806 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 216 6 -
CMYK 0.05 0 0.97 0.15
HSL 62.86º 0.95% 0.44% -
HSV(B) 62.86º 0.97% 0.85% -
XYZ 50.04 62.25 9.55 -
YUV 189.07 24.69 140.08 -
System Red Green Blue C M Y K H S L
Decimal 206 216 6 0.05 0 0.97 0.15 62.86 0.95 0.44
Hex CE D8 6 5 0 61 F 3F 5F 2C
Octal 316 330 6 5 0 141 17 77 137 54
Binary 11001110 11011000 110 101 0 1100001 1111 111111 1011111 101100

Color Harmonies of #CED806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED806

Black with #CED806

Text Example


Text Example

White with #CED806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED806; }

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

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

background-color css

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

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

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

border-color css

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

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

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