#CDC871

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

Shades of Deco #CDC871

Tints of Deco #CDC871

Color information

#CDC871 (or 0xCDC871) is unknown color: approx Deco. HEX triplet: CD, C8 and 71. RGB value is (205,200,113). Sum of RGB (Red+Green+Blue) = 205+200+113=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC871 is #32378E. Grayscale: #BFBFBF. Windows color (decimal): -3291023 or 7456973. OLE color: 7456973.

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

Color convert

RGB205200113-
CMYK00.020.450.20
HSL56.74º47.92%62.35%-
HSV(B)56.74º44.88%80.39%-
XYZ48.8155.4823.76-
YUV191.5883.66137.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=39.58%
G=38.61%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520011300.020.450.2056.7447.9262.35
HexCDC871022D1439303e
Octal315310161025524716076
Binary1100110111001000111000101010110110100111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC871; }

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

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

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

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

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

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

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

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