#D2A97D

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

Shades of Cameo #D2A97D

Tints of Cameo #D2A97D

Color information

#D2A97D (or 0xD2A97D) is unknown color: approx Cameo. HEX triplet: D2, A9 and 7D. RGB value is (210,169,125). Sum of RGB (Red+Green+Blue) = 210+169+125=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A97D is #2D5682. Grayscale: #B0B0B0. Windows color (decimal): -2971267 or 8235474. OLE color: 8235474.

HSL color Cylindrical-coordinate representation of color #D2A97D: hue angle of 31.06º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2A97D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB210169125-
CMYK00.200.400.18
HSL31.06º48.57%65.69%-
HSV(B)31.06º40.48%82.35%-
XYZ44.4743.5625.47-
YUV176.2499.08152.08-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.67%
GREEN value IS 169 (66.41% from 255) = 33.53%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=41.67%
G=33.53%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016912500.200.400.1831.0648.5765.69
HexD2A97D01428121f3142
Octal32225117502450223761102
Binary1101001010101001111110101010010100010010111111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A97D; }

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

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

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

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

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

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

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

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