#D5CE7E

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

Shades of Deco #D5CE7E

Tints of Deco #D5CE7E

Color information

#D5CE7E (or 0xD5CE7E) is unknown color: approx Deco. HEX triplet: D5, CE and 7E. RGB value is (213,206,126). Sum of RGB (Red+Green+Blue) = 213+206+126=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 126 (49.61% from 255 or 23.12% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE7E is #2A3181. Grayscale: #C7C7C7. Windows color (decimal): -2765186 or 8310485. OLE color: 8310485.

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

Color convert

RGB213206126-
CMYK00.030.410.16
HSL55.17º50.88%66.47%-
HSV(B)55.17º40.85%83.53%-
XYZ53.2859.828.47-
YUV198.9786.82138-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 126 (49.61% from 255) = 23.12%
R=39.08%
G=37.80%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320612600.030.410.1655.1750.8866.47
HexD5CE7E032910373342
Octal3253161760351206763102
Binary11010101110011101111110011101001100001101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE7E; }

 p { color: rgb(213,206,126); }

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

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

 a { background-color: rgb(213,206,126); }

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

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

 span { border-color: rgb(213,206,126); }

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