Html Css Color HEX #CED576 Deco

📋 copy color: '#CED576'

red 206 ◦ green 213 ◦ blue 118

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

Shades of Deco #CED576

Tints of Deco #CED576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.66%

 BLUE value IS 118 (46.48% from 255) = 21.97%

R = 38.36%
G = 39.66%
B = 21.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#CED576 (or 0xCED576) is known color: Deco. HEX triplet: CE, D5 and 76. RGB value is (206,213,118). Sum of RGB (Red+Green+Blue) = 206+213+118=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #CED576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED576 is #312A89. Grayscale: #C8C8C8. Windows color (decimal): -3222154 or 7787982. OLE color: 7787982.

HSL color Cylindrical-coordinate representation of color #CED576: hue angle of 64.42º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CED576 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 118 -
CMYK 0.03 0 0.45 0.16
HSL 64.42º 0.53% 0.65% -
HSV(B) 64.42º 0.45% 0.84% -
XYZ 52.52 62.02 26.34 -
YUV 200.08 81.68 132.22 -
System Red Green Blue C M Y K H S L
Decimal 206 213 118 0.03 0 0.45 0.16 64.42 0.53 0.65
Hex CE D5 76 3 0 2D 10 40 35 41
Octal 316 325 166 3 0 55 20 100 65 101
Binary 11001110 11010101 1110110 11 0 101101 10000 1000000 110101 1000001

Color Harmonies of #CED576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED576

Black with #CED576

Text Example


Text Example

White with #CED576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED576; }

 p { color: rgb(206,213,118); }

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

background-color css

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

 a { background-color: rgb(206,213,118); }

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

border-color css

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

 span { border-color: rgb(206,213,118); }

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