Html Css Color HEX #CED210 Bird Flower

📋 copy color: '#CED210'

red 206 ◦ green 210 ◦ blue 16

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

Shades of Bird Flower #CED210

Tints of Bird Flower #CED210

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.61%

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 47.69%
G = 48.61%
B = 3.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#CED210 (or 0xCED210) is known color: Bird Flower. HEX triplet: CE, D2 and 10. RGB value is (206,210,16). Sum of RGB (Red+Green+Blue) = 206+210+16=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #CED210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED210 is #312DEF. Grayscale: #BBBBBB. Windows color (decimal): -3223024 or 1102542. OLE color: 1102542.

HSL color Cylindrical-coordinate representation of color #CED210: hue angle of 61.24º degrees, saturation: 0.86, 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 #CED210 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 210 16 -
CMYK 0.02 0 0.92 0.18
HSL 61.24º 0.86% 0.44% -
HSV(B) 61.24º 0.92% 0.82% -
XYZ 48.59 59.25 9.37 -
YUV 186.69 31.67 141.77 -
System Red Green Blue C M Y K H S L
Decimal 206 210 16 0.02 0 0.92 0.18 61.24 0.86 0.44
Hex CE D2 10 2 0 5C 12 3D 56 2C
Octal 316 322 20 2 0 134 22 75 126 54
Binary 11001110 11010010 10000 10 0 1011100 10010 111101 1010110 101100

Color Harmonies of #CED210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED210

Black with #CED210

Text Example


Text Example

White with #CED210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED210; }

 p { color: rgb(206,210,16); }

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

background-color css

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

 a { background-color: rgb(206,210,16); }

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

border-color css

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

 span { border-color: rgb(206,210,16); }

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