Html Css Color HEX #CED676 Deco

📋 copy color: '#CED676'

red 206 ◦ green 214 ◦ blue 118

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

Shades of Deco #CED676

Tints of Deco #CED676

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.78%

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

R = 38.29%
G = 39.78%
B = 21.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#CED676 (or 0xCED676) is known color: Deco. HEX triplet: CE, D6 and 76. RGB value is (206,214,118). Sum of RGB (Red+Green+Blue) = 206+214+118=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #CED676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED676 is #312989. Grayscale: #C9C9C9. Windows color (decimal): -3221898 or 7788238. OLE color: 7788238.

HSL color Cylindrical-coordinate representation of color #CED676: hue angle of 65º degrees, saturation: 0.54, 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 #CED676 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 214 118 -
CMYK 0.04 0 0.45 0.16
HSL 65º 0.54% 0.65% -
HSV(B) 65º 0.45% 0.84% -
XYZ 52.77 62.52 26.43 -
YUV 200.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 206 214 118 0.04 0 0.45 0.16 65 0.54 0.65
Hex CE D6 76 4 0 2D 10 41 36 41
Octal 316 326 166 4 0 55 20 101 66 101
Binary 11001110 11010110 1110110 100 0 101101 10000 1000001 110110 1000001

Color Harmonies of #CED676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED676

Black with #CED676

Text Example


Text Example

White with #CED676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED676; }

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

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

background-color css

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

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

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

border-color css

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

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

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