#D4D27E

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

Shades of Deco #D4D27E

Tints of Deco #D4D27E

Color information

#D4D27E (or 0xD4D27E) is unknown color: approx Deco. HEX triplet: D4, D2 and 7E. RGB value is (212,210,126). Sum of RGB (Red+Green+Blue) = 212+210+126=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 126 (49.61% from 255 or 22.99% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D27E is #2B2D81. Grayscale: #C9C9C9. Windows color (decimal): -2829698 or 8311508. OLE color: 8311508.

HSL color Cylindrical-coordinate representation of color #D4D27E: hue angle of 58.6º 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 #D4D27E is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB212210126-
CMYK00.010.410.17
HSL58.6º50%66.27%-
HSV(B)58.6º40.57%83.14%-
XYZ53.9661.628.78-
YUV201.0285.66135.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 126 (49.61% from 255) = 22.99%
R=38.69%
G=38.32%
B=22.99%

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
Decimal21221012600.010.410.1758.65066.27
HexD4D27E0129113b3242
Octal3243221760151217362102
Binary1101010011010010111111001101001100011110111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D27E; }

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

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

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

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

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

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

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

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