#D4D27D

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

Shades of Deco #D4D27D

Tints of Deco #D4D27D

Color information

#D4D27D (or 0xD4D27D) is unknown color: approx Deco. HEX triplet: D4, D2 and 7D. RGB value is (212,210,125). Sum of RGB (Red+Green+Blue) = 212+210+125=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D27D is #2B2D82. Grayscale: #C9C9C9. Windows color (decimal): -2829699 or 8245972. OLE color: 8245972.

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

Color convert

RGB212210125-
CMYK00.010.410.17
HSL58.62º50.29%66.08%-
HSV(B)58.62º41.04%83.14%-
XYZ53.961.5728.45-
YUV200.9185.16135.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=38.76%
G=38.39%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221012500.010.410.1758.6250.2966.08
HexD4D27D0129113b3242
Octal3243221750151217362102
Binary1101010011010010111110101101001100011110111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D27D; }

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

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

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

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

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

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

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

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