#D4D693

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

Shades of Deco #D4D693

Tints of Deco #D4D693

Color information

#D4D693 (or 0xD4D693) is unknown color: approx Deco. HEX triplet: D4, D6 and 93. RGB value is (212,214,147). Sum of RGB (Red+Green+Blue) = 212+214+147=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 214 (83.98% from 255 or 37.35% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D693 is #2B296C. Grayscale: #CECECE. Windows color (decimal): -2828653 or 9688788. OLE color: 9688788.

HSL color Cylindrical-coordinate representation of color #D4D693: hue angle of 61.79º degrees, saturation: 0.45, 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 #D4D693 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB212214147-
CMYK0.0100.310.16
HSL61.79º44.97%70.78%-
HSV(B)61.79º31.31%83.92%-
XYZ56.4664.237.02-
YUV205.7694.84132.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 214 (83.98% from 255) = 37.35%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=37.00%
G=37.35%
B=25.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141470.0100.310.1661.7944.9770.78
HexD4D693101F103e2d47
Octal3243262231037207655107
Binary1101010011010110100100111011111100001111101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D693; }

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

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

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

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

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

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

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

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