#D4A48B

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

Shades of Cameo #D4A48B

Tints of Cameo #D4A48B

Color information

#D4A48B (or 0xD4A48B) is unknown color: approx Cameo. HEX triplet: D4, A4 and 8B. RGB value is (212,164,139). Sum of RGB (Red+Green+Blue) = 212+164+139=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A48B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A48B is #2B5B74. Grayscale: #AFAFAF. Windows color (decimal): -2841461 or 9151700. OLE color: 9151700.

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

Color convert

RGB212164139-
CMYK00.230.340.17
HSL20.55º45.91%68.82%-
HSV(B)20.55º34.43%83.14%-
XYZ45.0942.4130.24-
YUV175.5107.4154.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.17%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=41.17%
G=31.84%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216413900.230.340.1720.5545.9168.82
HexD4A48B0172211152e45
Octal32424421302742212556105
Binary11010100101001001000101101011110001010001101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A48B; }

 p { color: rgb(212,164,139); }

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

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

 a { background-color: rgb(212,164,139); }

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

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

 span { border-color: rgb(212,164,139); }

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