#D3CD7D

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

Shades of Deco #D3CD7D

Tints of Deco #D3CD7D

Color information

#D3CD7D (or 0xD3CD7D) is unknown color: approx Deco. HEX triplet: D3, CD and 7D. RGB value is (211,205,125). Sum of RGB (Red+Green+Blue) = 211+205+125=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CD7D is #2C3282. Grayscale: #C6C6C6. Windows color (decimal): -2896515 or 8244691. OLE color: 8244691.

HSL color Cylindrical-coordinate representation of color #D3CD7D: hue angle of 55.81º degrees, saturation: 0.49, 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 #D3CD7D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB211205125-
CMYK00.030.410.17
HSL55.81º49.43%65.88%-
HSV(B)55.81º40.76%82.75%-
XYZ52.458.9928.03-
YUV197.6786.99137.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=39.00%
G=37.89%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120512500.030.410.1755.8149.4365.88
HexD3CD7D032911383142
Octal3233151750351217061102
Binary11010011110011011111101011101001100011110001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CD7D; }

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

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

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

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

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

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

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

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