#D4A57D

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

Shades of Cameo #D4A57D

Tints of Cameo #D4A57D

Color information

#D4A57D (or 0xD4A57D) is unknown color: approx Cameo. HEX triplet: D4, A5 and 7D. RGB value is (212,165,125). Sum of RGB (Red+Green+Blue) = 212+165+125=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A57D is #2B5A82. Grayscale: #AEAEAE. Windows color (decimal): -2841219 or 8234452. OLE color: 8234452.

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

Color convert

RGB212165125-
CMYK00.220.410.17
HSL27.59º50.29%66.08%-
HSV(B)27.59º41.04%83.14%-
XYZ44.3142.3925.25-
YUV174.49100.07154.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.23%
GREEN value IS 165 (64.84% from 255) = 32.87%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=42.23%
G=32.87%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216512500.220.410.1727.5950.2966.08
HexD4A57D01629111c3242
Octal32424517502651213462102
Binary1101010010100101111110101011010100110001111001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A57D; }

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

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

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

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

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

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

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

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