#CED77D

Color #CED77D Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CED77D

Tints of Deco #CED77D

Color information

#CED77D (or 0xCED77D) is unknown color: approx Deco. HEX triplet: CE, D7 and 7D. RGB value is (206,215,125). Sum of RGB (Red+Green+Blue) = 206+215+125=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #CED77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED77D is #312882. Grayscale: #CACACA. Windows color (decimal): -3221635 or 8247246. OLE color: 8247246.

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

Color convert

RGB206215125-
CMYK0.0400.420.16
HSL66º52.94%66.67%-
HSV(B)66º41.86%84.31%-
XYZ53.4663.228.78-
YUV202.0584.52130.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 215 (84.38% from 255) = 39.38%
BLUE value IS 125 (49.22% from 255) = 22.89%
R=37.73%
G=39.38%
B=22.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151250.0400.420.166652.9466.67
HexCED77D402A10423543
Octal31632717540522010265103
Binary1100111011010111111110110001010101000010000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED77D; }

 p { color: rgb(206,215,125); }

 H1.HeaderClassName
 {
   color: #CED77D;
 }
 .AnyTagClassName
 {
   color: #CED77D;
 }
</style>
background-color css

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

 a { background-color: rgb(206,215,125); }

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

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

 span { border-color: rgb(206,215,125); }

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