#D5D08A

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

Shades of Deco #D5D08A

Tints of Deco #D5D08A

Color information

#D5D08A (or 0xD5D08A) is unknown color: approx Deco. HEX triplet: D5, D0 and 8A. RGB value is (213,208,138). Sum of RGB (Red+Green+Blue) = 213+208+138=559 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.10% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 138 (54.30% from 255 or 24.69% from 559); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D08A is #2A2F75. Grayscale: #C9C9C9. Windows color (decimal): -2764662 or 9097429. OLE color: 9097429.

HSL color Cylindrical-coordinate representation of color #D5D08A: hue angle of 56º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5D08A is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB213208138-
CMYK00.020.350.16
HSL56º47.17%68.82%-
HSV(B)56º35.21%83.53%-
XYZ54.5861.0932.96-
YUV201.5292.16136.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.10%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 138 (54.30% from 255) = 24.69%
R=38.10%
G=37.21%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320813800.020.350.165647.1768.82
HexD5D08A022310382f45
Octal3253202120243207057105
Binary110101011101000010001010010100011100001110001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D08A; }

 p { color: rgb(213,208,138); }

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

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

 a { background-color: rgb(213,208,138); }

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

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

 span { border-color: rgb(213,208,138); }

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