#D4A07A

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

Shades of Cameo #D4A07A

Tints of Cameo #D4A07A

Color information

#D4A07A (or 0xD4A07A) is unknown color: approx Cameo. HEX triplet: D4, A0 and 7A. RGB value is (212,160,122). Sum of RGB (Red+Green+Blue) = 212+160+122=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A07A is #2B5F85. Grayscale: #ABABAB. Windows color (decimal): -2842502 or 8036564. OLE color: 8036564.

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

Color convert

RGB212160122-
CMYK00.250.420.17
HSL25.33º51.14%65.49%-
HSV(B)25.33º42.45%83.14%-
XYZ43.2440.5423.96-
YUV171.22100.23157.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 122 (48.05% from 255) = 24.70%
R=42.91%
G=32.39%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216012200.250.420.1725.3351.1465.49
HexD4A07A0192A11193341
Octal32424017203152213163101
Binary1101010010100000111101001100110101010001110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A07A; }

 p { color: rgb(212,160,122); }

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

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

 a { background-color: rgb(212,160,122); }

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

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

 span { border-color: rgb(212,160,122); }

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