#D4D88B

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

Shades of Deco #D4D88B

Tints of Deco #D4D88B

Color information

#D4D88B (or 0xD4D88B) is unknown color: approx Deco. HEX triplet: D4, D8 and 8B. RGB value is (212,216,139). Sum of RGB (Red+Green+Blue) = 212+216+139=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D88B is #2B2774. Grayscale: #CECECE. Windows color (decimal): -2828149 or 9165012. OLE color: 9165012.

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

Color convert

RGB212216139-
CMYK0.0200.360.15
HSL63.12º49.68%69.61%-
HSV(B)63.12º35.65%84.71%-
XYZ56.3764.9734-
YUV206.0390.17132.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 216 (84.77% from 255) = 38.10%
BLUE value IS 139 (54.69% from 255) = 24.51%
R=37.39%
G=38.10%
B=24.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122161390.0200.360.1563.1249.6869.61
HexD4D88B2024F3f3246
Octal3243302132044177762106
Binary11010100110110001000101110010010011111111111100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D88B; }

 p { color: rgb(212,216,139); }

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

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

 a { background-color: rgb(212,216,139); }

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

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

 span { border-color: rgb(212,216,139); }

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