#CDC87D

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

Shades of Deco #CDC87D

Tints of Deco #CDC87D

Color information

#CDC87D (or 0xCDC87D) is unknown color: approx Deco. HEX triplet: CD, C8 and 7D. RGB value is (205,200,125). Sum of RGB (Red+Green+Blue) = 205+200+125=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC87D is #323782. Grayscale: #C1C1C1. Windows color (decimal): -3291011 or 8243405. OLE color: 8243405.

HSL color Cylindrical-coordinate representation of color #CDC87D: hue angle of 56.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDC87D is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205200125-
CMYK00.020.390.20
HSL56.25º44.44%64.71%-
HSV(B)56.25º39.02%80.39%-
XYZ49.5355.7727.56-
YUV192.9489.66136.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.68%
GREEN value IS 200 (78.52% from 255) = 37.74%
BLUE value IS 125 (49.22% from 255) = 23.58%
R=38.68%
G=37.74%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520012500.020.390.2056.2544.4464.71
HexCDC87D022714382c41
Octal3153101750247247054101
Binary11001101110010001111101010100111101001110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC87D; }

 p { color: rgb(205,200,125); }

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

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

 a { background-color: rgb(205,200,125); }

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

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

 span { border-color: rgb(205,200,125); }

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