#D2A78E

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

Shades of Cameo #D2A78E

Tints of Cameo #D2A78E

Color information

#D2A78E (or 0xD2A78E) is unknown color: approx Cameo. HEX triplet: D2, A7 and 8E. RGB value is (210,167,142). Sum of RGB (Red+Green+Blue) = 210+167+142=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A78E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A78E is #2D5871. Grayscale: #B1B1B1. Windows color (decimal): -2971762 or 9349074. OLE color: 9349074.

HSL color Cylindrical-coordinate representation of color #D2A78E: hue angle of 22.06º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2A78E is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB210167142-
CMYK00.200.320.18
HSL22.06º43.04%69.02%-
HSV(B)22.06º32.38%82.35%-
XYZ45.2843.2931.56-
YUV177.01108.25151.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=40.46%
G=32.18%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016714200.200.320.1822.0643.0469.02
HexD2A78E0142012162b45
Octal32224721602440222653105
Binary11010010101001111000111001010010000010010101101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A78E; }

 p { color: rgb(210,167,142); }

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

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

 a { background-color: rgb(210,167,142); }

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

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

 span { border-color: rgb(210,167,142); }

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