Html Css Color HEX #D0A982 Cameo

📋 copy color: '#D0A982'

red 208 ◦ green 169 ◦ blue 130

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

Shades of Cameo #D0A982

Tints of Cameo #D0A982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.33%

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 41.03%
G = 33.33%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0A982 (or 0xD0A982) is known color: Cameo. HEX triplet: D0, A9 and 82. RGB value is (208,169,130). Sum of RGB (Red+Green+Blue) = 208+169+130=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A982 is #2F567D. Grayscale: #B0B0B0. Windows color (decimal): -3102334 or 8563152. OLE color: 8563152.

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

Color convert

RGB 208 169 130 -
CMYK 0 0.19 0.38 0.18
HSL 30º 0.45% 0.66% -
HSV(B) 30º 0.38% 0.82% -
XYZ 44.23 43.4 27.16 -
YUV 176.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 208 169 130 0 0.19 0.38 0.18 30 0.45 0.66
Hex D0 A9 82 0 13 26 12 1E 2D 42
Octal 320 251 202 0 23 46 22 36 55 102
Binary 11010000 10101001 10000010 0 10011 100110 10010 11110 101101 1000010

Color Harmonies of #D0A982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A982

Black with #D0A982

Text Example


Text Example

White with #D0A982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A982; }

 p { color: rgb(208,169,130); }

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

background-color css

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

 a { background-color: rgb(208,169,130); }

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

border-color css

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

 span { border-color: rgb(208,169,130); }

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