#D5CF83

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

Shades of Deco #D5CF83

Tints of Deco #D5CF83

Color information

#D5CF83 (or 0xD5CF83) is unknown color: approx Deco. HEX triplet: D5, CF and 83. RGB value is (213,207,131). Sum of RGB (Red+Green+Blue) = 213+207+131=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CF83 is #2A307C. Grayscale: #C8C8C8. Windows color (decimal): -2764925 or 8638421. OLE color: 8638421.

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

Color convert

RGB213207131-
CMYK00.030.380.16
HSL55.61º49.4%67.45%-
HSV(B)55.61º38.5%83.53%-
XYZ53.8560.4130.29-
YUV200.1388.99137.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 131 (51.56% from 255) = 23.77%
R=38.66%
G=37.57%
B=23.77%

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
Decimal21320713100.030.380.1655.6149.467.45
HexD5CF83032610383143
Octal3253172030346207061103
Binary110101011100111110000011011100110100001110001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CF83; }

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

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

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

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

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

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

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

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