#D4CD7C

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

Shades of Deco #D4CD7C

Tints of Deco #D4CD7C

Color information

#D4CD7C (or 0xD4CD7C) is unknown color: approx Deco. HEX triplet: D4, CD and 7C. RGB value is (212,205,124). Sum of RGB (Red+Green+Blue) = 212+205+124=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CD7C is #2B3283. Grayscale: #C6C6C6. Windows color (decimal): -2830980 or 8179156. OLE color: 8179156.

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

Color convert

RGB212205124-
CMYK00.030.420.17
HSL55.23º50.57%65.88%-
HSV(B)55.23º41.51%83.14%-
XYZ52.6259.1127.71-
YUV197.8686.32138.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 124 (48.83% from 255) = 22.92%
R=39.19%
G=37.89%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220512400.030.420.1755.2350.5765.88
HexD4CD7C032A11373342
Octal3243151740352216763102
Binary11010100110011011111100011101010100011101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CD7C; }

 p { color: rgb(212,205,124); }

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

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

 a { background-color: rgb(212,205,124); }

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

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

 span { border-color: rgb(212,205,124); }

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