#D4D28A

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

Shades of Deco #D4D28A

Tints of Deco #D4D28A

Color information

#D4D28A (or 0xD4D28A) is unknown color: approx Deco. HEX triplet: D4, D2 and 8A. RGB value is (212,210,138). Sum of RGB (Red+Green+Blue) = 212+210+138=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D28A is #2B2D75. Grayscale: #CACACA. Windows color (decimal): -2829686 or 9097940. OLE color: 9097940.

HSL color Cylindrical-coordinate representation of color #D4D28A: hue angle of 58.38º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4D28A is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212210138-
CMYK00.010.350.17
HSL58.38º46.25%68.63%-
HSV(B)58.38º34.91%83.14%-
XYZ54.7961.9333.11-
YUV202.3991.66134.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 138 (54.30% from 255) = 24.64%
R=37.86%
G=37.5%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221013800.010.350.1758.3846.2568.63
HexD4D28A0123113a2e45
Octal3243222120143217256105
Binary11010100110100101000101001100011100011110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D28A; }

 p { color: rgb(212,210,138); }

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

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

 a { background-color: rgb(212,210,138); }

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

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

 span { border-color: rgb(212,210,138); }

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