Html Css Color HEX #D2AB87 Calico

📋 copy color: '#D2AB87'

red 210 ◦ green 171 ◦ blue 135

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

Shades of Calico #D2AB87

Tints of Calico #D2AB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.16%

R = 40.7%
G = 33.14%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D2AB87 (or 0xD2AB87) is known color: Calico. HEX triplet: D2, AB and 87. RGB value is (210,171,135). Sum of RGB (Red+Green+Blue) = 210+171+135=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AB87 is #2D5478. Grayscale: #B2B2B2. Windows color (decimal): -2970745 or 8891346. OLE color: 8891346.

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

Color convert

RGB 210 171 135 -
CMYK 0 0.19 0.36 0.18
HSL 28.8º 0.45% 0.68% -
HSV(B) 28.8º 0.36% 0.82% -
XYZ 45.51 44.58 29.13 -
YUV 178.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 210 171 135 0 0.19 0.36 0.18 28.8 0.45 0.68
Hex D2 AB 87 0 13 24 12 1D 2D 44
Octal 322 253 207 0 23 44 22 35 55 104
Binary 11010010 10101011 10000111 0 10011 100100 10010 11101 101101 1000100

Color Harmonies of #D2AB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB87

Black with #D2AB87

Text Example


Text Example

White with #D2AB87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB87; }

 p { color: rgb(210,171,135); }

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

background-color css

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

 a { background-color: rgb(210,171,135); }

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

border-color css

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

 span { border-color: rgb(210,171,135); }

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