#D8D389

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

Shades of Deco #D8D389

Tints of Deco #D8D389

Color information

#D8D389 (or 0xD8D389) is unknown color: approx Deco. HEX triplet: D8, D3 and 89. RGB value is (216,211,137). Sum of RGB (Red+Green+Blue) = 216+211+137=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 137 (53.91% from 255 or 24.29% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D389 is #272C76. Grayscale: #CCCCCC. Windows color (decimal): -2567287 or 9032664. OLE color: 9032664.

HSL color Cylindrical-coordinate representation of color #D8D389: hue angle of 56.2º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8D389 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216211137-
CMYK00.020.370.15
HSL56.2º50.32%69.22%-
HSV(B)56.2º36.57%84.71%-
XYZ56.1362.9932.87-
YUV204.0690.16136.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 211 (82.81% from 255) = 37.41%
BLUE value IS 137 (53.91% from 255) = 24.29%
R=38.30%
G=37.41%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621113700.020.370.1556.250.3269.22
HexD8D3890225F383245
Octal3303232110245177062105
Binary11011000110100111000100101010010111111110001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D389; }

 p { color: rgb(216,211,137); }

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

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

 a { background-color: rgb(216,211,137); }

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

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

 span { border-color: rgb(216,211,137); }

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