Html Css Color HEX #D0AB80 Calico

📋 copy color: '#D0AB80'

red 208 ◦ green 171 ◦ blue 128

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

Shades of Calico #D0AB80

Tints of Calico #D0AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

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

R = 41.03%
G = 33.73%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D0AB80 (or 0xD0AB80) is known color: Calico. HEX triplet: D0, AB and 80. RGB value is (208,171,128). Sum of RGB (Red+Green+Blue) = 208+171+128=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB80 is #2F547F. Grayscale: #B1B1B1. Windows color (decimal): -3101824 or 8432592. OLE color: 8432592.

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

Color convert

RGB 208 171 128 -
CMYK 0 0.18 0.38 0.18
HSL 32.25º 0.46% 0.66% -
HSV(B) 32.25º 0.38% 0.82% -
XYZ 44.47 44.09 26.59 -
YUV 177.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 208 171 128 0 0.18 0.38 0.18 32.25 0.46 0.66
Hex D0 AB 80 0 12 26 12 20 2E 42
Octal 320 253 200 0 22 46 22 40 56 102
Binary 11010000 10101011 10000000 0 10010 100110 10010 100000 101110 1000010

Color Harmonies of #D0AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB80

Black with #D0AB80

Text Example


Text Example

White with #D0AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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