#D3A97D

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

Shades of Cameo #D3A97D

Tints of Cameo #D3A97D

Color information

#D3A97D (or 0xD3A97D) is unknown color: approx Cameo. HEX triplet: D3, A9 and 7D. RGB value is (211,169,125). Sum of RGB (Red+Green+Blue) = 211+169+125=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A97D is #2C5682. Grayscale: #B0B0B0. Windows color (decimal): -2905731 or 8235475. OLE color: 8235475.

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

Color convert

RGB211169125-
CMYK00.200.410.17
HSL30.7º49.43%65.88%-
HSV(B)30.7º40.76%82.75%-
XYZ44.7543.7125.48-
YUV176.5498.91152.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.78%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=41.78%
G=33.47%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116912500.200.410.1730.749.4365.88
HexD3A97D01429111f3142
Octal32325117502451213761102
Binary1101001110101001111110101010010100110001111111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A97D; }

 p { color: rgb(211,169,125); }

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

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

 a { background-color: rgb(211,169,125); }

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

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

 span { border-color: rgb(211,169,125); }

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