#D5CF85

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

Shades of Deco #D5CF85

Tints of Deco #D5CF85

Color information

#D5CF85 (or 0xD5CF85) is unknown color: approx Deco. HEX triplet: D5, CF and 85. RGB value is (213,207,133). Sum of RGB (Red+Green+Blue) = 213+207+133=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF85 is #2A307A. Grayscale: #C8C8C8. Windows color (decimal): -2764923 or 8769493. OLE color: 8769493.

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

Color convert

RGB213207133-
CMYK00.030.380.16
HSL55.5º48.78%67.84%-
HSV(B)55.5º37.56%83.53%-
XYZ53.9960.4731.02-
YUV200.3689.99137.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 207 (81.25% from 255) = 37.43%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=38.52%
G=37.43%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320713300.030.380.1655.548.7867.84
HexD5CF85032610383144
Octal3253172050346207061104
Binary110101011100111110000101011100110100001110001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF85; }

 p { color: rgb(213,207,133); }

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

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

 a { background-color: rgb(213,207,133); }

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

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

 span { border-color: rgb(213,207,133); }

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