#CED57D

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

Shades of Deco #CED57D

Tints of Deco #CED57D

Color information

#CED57D (or 0xCED57D) is unknown color: approx Deco. HEX triplet: CE, D5 and 7D. RGB value is (206,213,125). Sum of RGB (Red+Green+Blue) = 206+213+125=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #CED57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED57D is #312A82. Grayscale: #C9C9C9. Windows color (decimal): -3222147 or 8246734. OLE color: 8246734.

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

Color convert

RGB206213125-
CMYK0.0300.410.16
HSL64.77º51.16%66.27%-
HSV(B)64.77º41.31%83.53%-
XYZ52.9562.1928.62-
YUV200.8885.18131.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=37.87%
G=39.15%
B=22.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131250.0300.410.1664.7751.1666.27
HexCED57D302910413342
Octal31632517530512010163102
Binary110011101101010111111011101010011000010000011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED57D; }

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

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

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

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

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

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

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

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