Html Css Color HEX #CED011 Bird Flower

📋 copy color: '#CED011'

red 206 ◦ green 208 ◦ blue 17

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

Shades of Bird Flower #CED011

Tints of Bird Flower #CED011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.94%

R = 47.8%
G = 48.26%
B = 3.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#CED011 (or 0xCED011) is known color: Bird Flower. HEX triplet: CE, D0 and 11. RGB value is (206,208,17). Sum of RGB (Red+Green+Blue) = 206+208+17=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #CED011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED011 is #312FEE. Grayscale: #BABABA. Windows color (decimal): -3223535 or 1167566. OLE color: 1167566.

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

Color convert

RGB 206 208 17 -
CMYK 0.01 0 0.92 0.18
HSL 60.63º 0.85% 0.44% -
HSV(B) 60.63º 0.92% 0.82% -
XYZ 48.11 58.27 9.24 -
YUV 185.63 32.84 142.53 -
System Red Green Blue C M Y K H S L
Decimal 206 208 17 0.01 0 0.92 0.18 60.63 0.85 0.44
Hex CE D0 11 1 0 5C 12 3D 55 2C
Octal 316 320 21 1 0 134 22 75 125 54
Binary 11001110 11010000 10001 1 0 1011100 10010 111101 1010101 101100

Color Harmonies of #CED011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED011

Black with #CED011

Text Example


Text Example

White with #CED011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED011; }

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

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

background-color css

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

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

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

border-color css

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

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

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