Html Css Color HEX #D0A080 Cameo

📋 copy color: '#D0A080'

red 208 ◦ green 160 ◦ blue 128

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

Shades of Cameo #D0A080

Tints of Cameo #D0A080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.26%

 BLUE value IS 128 (50.39% from 255) = 25.81%

R = 41.94%
G = 32.26%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0A080 (or 0xD0A080) is known color: Cameo. HEX triplet: D0, A0 and 80. RGB value is (208,160,128). Sum of RGB (Red+Green+Blue) = 208+160+128=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A080 is #2F5F7F. Grayscale: #AAAAAA. Windows color (decimal): -3104640 or 8429776. OLE color: 8429776.

HSL color Cylindrical-coordinate representation of color #D0A080: hue angle of 24º degrees, saturation: 0.46, 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 #D0A080 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 160 128 -
CMYK 0 0.23 0.38 0.18
HSL 24º 0.46% 0.66% -
HSV(B) 24º 0.38% 0.82% -
XYZ 42.48 40.11 25.93 -
YUV 170.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 208 160 128 0 0.23 0.38 0.18 24 0.46 0.66
Hex D0 A0 80 0 17 26 12 18 2E 42
Octal 320 240 200 0 27 46 22 30 56 102
Binary 11010000 10100000 10000000 0 10111 100110 10010 11000 101110 1000010

Color Harmonies of #D0A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A080

Black with #D0A080

Text Example


Text Example

White with #D0A080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A080; }

 p { color: rgb(208,160,128); }

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

background-color css

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

 a { background-color: rgb(208,160,128); }

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

border-color css

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

 span { border-color: rgb(208,160,128); }

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