#CED47D

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

Shades of Deco #CED47D

Tints of Deco #CED47D

Color information

#CED47D (or 0xCED47D) is unknown color: approx Deco. HEX triplet: CE, D4 and 7D. RGB value is (206,212,125). Sum of RGB (Red+Green+Blue) = 206+212+125=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #CED47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED47D is #312B82. Grayscale: #C8C8C8. Windows color (decimal): -3222403 or 8246478. OLE color: 8246478.

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

Color convert

RGB206212125-
CMYK0.0300.410.17
HSL64.14º50.29%66.08%-
HSV(B)64.14º41.04%83.14%-
XYZ52.761.6928.53-
YUV200.2985.51132.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 125 (49.22% from 255) = 23.02%
R=37.94%
G=39.04%
B=23.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121250.0300.410.1764.1450.2966.08
HexCED47D302911403242
Octal31632417530512110062102
Binary110011101101010011111011101010011000110000001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED47D; }

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

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

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

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

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

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

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

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