#D4A375

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

Shades of Cameo #D4A375

Tints of Cameo #D4A375

Color information

#D4A375 (or 0xD4A375) is unknown color: approx Cameo. HEX triplet: D4, A3 and 75. RGB value is (212,163,117). Sum of RGB (Red+Green+Blue) = 212+163+117=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A375 is #2B5C8A. Grayscale: #ACACAC. Windows color (decimal): -2841739 or 7709652. OLE color: 7709652.

HSL color Cylindrical-coordinate representation of color #D4A375: hue angle of 29.05º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4A375 is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212163117-
CMYK00.230.450.17
HSL29.05º52.49%64.51%-
HSV(B)29.05º44.81%83.14%-
XYZ43.4641.4822.54-
YUV172.4196.73156.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.09%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=43.09%
G=33.13%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216311700.230.450.1729.0552.4964.51
HexD4A3750172D111d3441
Octal32424316502755213564101
Binary1101010010100011111010101011110110110001111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A375; }

 p { color: rgb(212,163,117); }

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

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

 a { background-color: rgb(212,163,117); }

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

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

 span { border-color: rgb(212,163,117); }

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