#D5CE7D

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

Shades of Deco #D5CE7D

Tints of Deco #D5CE7D

Color information

#D5CE7D (or 0xD5CE7D) is unknown color: approx Deco. HEX triplet: D5, CE and 7D. RGB value is (213,206,125). Sum of RGB (Red+Green+Blue) = 213+206+125=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE7D is #2A3182. Grayscale: #C7C7C7. Windows color (decimal): -2765187 or 8244949. OLE color: 8244949.

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

Color convert

RGB213206125-
CMYK00.030.410.16
HSL55.23º51.16%66.27%-
HSV(B)55.23º41.31%83.53%-
XYZ53.2159.7728.13-
YUV198.8686.32138.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=39.15%
G=37.87%
B=22.98%

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
Decimal21320612500.030.410.1655.2351.1666.27
HexD5CE7D032910373342
Octal3253161750351206763102
Binary11010101110011101111101011101001100001101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE7D; }

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

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

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

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

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

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

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

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