Html Css Color HEX #CED010 Bird Flower

📋 copy color: '#CED010'

red 206 ◦ green 208 ◦ blue 16

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

Shades of Bird Flower #CED010

Tints of Bird Flower #CED010

RGB

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

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

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

R = 47.91%
G = 48.37%
B = 3.72%

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

#CED010 (or 0xCED010) is known color: Bird Flower. HEX triplet: CE, D0 and 10. RGB value is (206,208,16). Sum of RGB (Red+Green+Blue) = 206+208+16=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #CED010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED010 is #312FEF. Grayscale: #BABABA. Windows color (decimal): -3223536 or 1102030. OLE color: 1102030.

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

Color convert

RGB 206 208 16 -
CMYK 0.01 0 0.92 0.18
HSL 60.63º 0.86% 0.44% -
HSV(B) 60.63º 0.92% 0.82% -
XYZ 48.1 58.27 9.2 -
YUV 185.51 32.34 142.61 -
System Red Green Blue C M Y K H S L
Decimal 206 208 16 0.01 0 0.92 0.18 60.63 0.86 0.44
Hex CE D0 10 1 0 5C 12 3D 56 2C
Octal 316 320 20 1 0 134 22 75 126 54
Binary 11001110 11010000 10000 1 0 1011100 10010 111101 1010110 101100

Color Harmonies of #CED010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED010

Black with #CED010

Text Example


Text Example

White with #CED010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED010; }

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

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

background-color css

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

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

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

border-color css

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

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

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