#CDC971

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

Shades of Deco #CDC971

Tints of Deco #CDC971

Color information

#CDC971 (or 0xCDC971) is unknown color: approx Deco. HEX triplet: CD, C9 and 71. RGB value is (205,201,113). Sum of RGB (Red+Green+Blue) = 205+201+113=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC971 is #32368E. Grayscale: #C0C0C0. Windows color (decimal): -3290767 or 7457229. OLE color: 7457229.

HSL color Cylindrical-coordinate representation of color #CDC971: hue angle of 57.39º 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 #CDC971 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205201113-
CMYK00.020.450.20
HSL57.39º47.92%62.35%-
HSV(B)57.39º44.88%80.39%-
XYZ49.0455.9423.84-
YUV192.1683.33137.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.50%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=39.50%
G=38.73%
B=21.77%

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
Decimal20520111300.020.450.2057.3947.9262.35
HexCDC971022D1439303e
Octal315311161025524716076
Binary1100110111001001111000101010110110100111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC971; }

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

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

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

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

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

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

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

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