#D4D593

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

Shades of Deco #D4D593

Tints of Deco #D4D593

Color information

#D4D593 (or 0xD4D593) is unknown color: approx Deco. HEX triplet: D4, D5 and 93. RGB value is (212,213,147). Sum of RGB (Red+Green+Blue) = 212+213+147=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 147 (57.81% from 255 or 25.70% from 572); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D593 is #2B2A6C. Grayscale: #CDCDCD. Windows color (decimal): -2828909 or 9688532. OLE color: 9688532.

HSL color Cylindrical-coordinate representation of color #D4D593: hue angle of 60.91º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4D593 is Cyan = 0.00, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB212213147-
CMYK0.0000.310.16
HSL60.91º44%70.59%-
HSV(B)60.91º30.99%83.53%-
XYZ56.2163.6936.93-
YUV205.1895.17132.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 147 (57.81% from 255) = 25.70%
R=37.06%
G=37.24%
B=25.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131470.0000.310.1660.914470.59
HexD4D593001F103d2c47
Octal3243252230037207554107
Binary1101010011010101100100110011111100001111011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D593; }

 p { color: rgb(212,213,147); }

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

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

 a { background-color: rgb(212,213,147); }

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

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

 span { border-color: rgb(212,213,147); }

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