Html Css Color HEX #D0A879 Cameo

📋 copy color: '#D0A879'

red 208 ◦ green 168 ◦ blue 121

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

Shades of Cameo #D0A879

Tints of Cameo #D0A879

RGB

 RED value IS 208 (81.64% from 255) = 41.85%

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

 BLUE value IS 121 (47.66% from 255) = 24.35%

R = 41.85%
G = 33.8%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0A879 (or 0xD0A879) is known color: Cameo. HEX triplet: D0, A8 and 79. RGB value is (208,168,121). Sum of RGB (Red+Green+Blue) = 208+168+121=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A879 is #2F5786. Grayscale: #AEAEAE. Windows color (decimal): -3102599 or 7973072. OLE color: 7973072.

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

Color convert

RGB 208 168 121 -
CMYK 0 0.19 0.42 0.18
HSL 32.41º 0.48% 0.65% -
HSV(B) 32.41º 0.42% 0.82% -
XYZ 43.47 42.8 24.06 -
YUV 174.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 208 168 121 0 0.19 0.42 0.18 32.41 0.48 0.65
Hex D0 A8 79 0 13 2A 12 20 30 41
Octal 320 250 171 0 23 52 22 40 60 101
Binary 11010000 10101000 1111001 0 10011 101010 10010 100000 110000 1000001

Color Harmonies of #D0A879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A879

Black with #D0A879

Text Example


Text Example

White with #D0A879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A879; }

 p { color: rgb(208,168,121); }

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

background-color css

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

 a { background-color: rgb(208,168,121); }

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

border-color css

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

 span { border-color: rgb(208,168,121); }

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