Html Css Color HEX #D2A878 Cameo

📋 copy color: '#D2A878'

red 210 ◦ green 168 ◦ blue 120

#D2A878
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cameo #D2A878

Tints of Cameo #D2A878

RGB

 RED value IS 210 (82.42% from 255) = 42.17%

 GREEN value IS 168 (66.02% from 255) = 33.73%

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 42.17%
G = 33.73%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2A878 (or 0xD2A878) is known color: Cameo. HEX triplet: D2, A8 and 78. RGB value is (210,168,120). Sum of RGB (Red+Green+Blue) = 210+168+120=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A878 is #2D5787. Grayscale: #AFAFAF. Windows color (decimal): -2971528 or 7907538. OLE color: 7907538.

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

Color convert

RGB 210 168 120 -
CMYK 0 0.2 0.43 0.18
HSL 32º 0.5% 0.65% -
HSV(B) 32º 0.43% 0.82% -
XYZ 43.97 43.06 23.76 -
YUV 175.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 210 168 120 0 0.2 0.43 0.18 32 0.5 0.65
Hex D2 A8 78 0 14 2B 12 20 32 41
Octal 322 250 170 0 24 53 22 40 62 101
Binary 11010010 10101000 1111000 0 10100 101011 10010 100000 110010 1000001

Color Harmonies of #D2A878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A878

Black with #D2A878

Text Example


Text Example

White with #D2A878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A878; }

 p { color: rgb(210,168,120); }

 H1.HeaderClassName
 {
   color: #D2A878;
 }
 .AnyTagClassName
 {
   color: #D2A878;
 }
</style>

background-color css

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

 a { background-color: rgb(210,168,120); }

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

border-color css

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

 span { border-color: rgb(210,168,120); }

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