#D4D67F

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

Shades of Deco #D4D67F

Tints of Deco #D4D67F

Color information

#D4D67F (or 0xD4D67F) is unknown color: approx Deco. HEX triplet: D4, D6 and 7F. RGB value is (212,214,127). Sum of RGB (Red+Green+Blue) = 212+214+127=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D67F is #2B2980. Grayscale: #CBCBCB. Windows color (decimal): -2828673 or 8378068. OLE color: 8378068.

HSL color Cylindrical-coordinate representation of color #D4D67F: hue angle of 61.38º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4D67F is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB212214127-
CMYK0.0100.410.16
HSL61.38º51.48%66.86%-
HSV(B)61.38º40.65%83.92%-
XYZ55.0363.6229.46-
YUV203.4884.84134.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 127 (50% from 255) = 22.97%
R=38.34%
G=38.70%
B=22.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141270.0100.410.1661.3851.4866.86
HexD4D67F1029103d3343
Octal3243261771051207563103
Binary1101010011010110111111110101001100001111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D67F; }

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

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

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

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

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

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

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

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