Html Css Color HEX #D2AD87 Calico

📋 copy color: '#D2AD87'

red 210 ◦ green 173 ◦ blue 135

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

Shades of Calico #D2AD87

Tints of Calico #D2AD87

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

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

R = 40.54%
G = 33.4%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D2AD87 (or 0xD2AD87) is known color: Calico. HEX triplet: D2, AD and 87. RGB value is (210,173,135). Sum of RGB (Red+Green+Blue) = 210+173+135=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD87 is #2D5278. Grayscale: #B3B3B3. Windows color (decimal): -2970233 or 8891858. OLE color: 8891858.

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

Color convert

RGB 210 173 135 -
CMYK 0 0.18 0.36 0.18
HSL 30.4º 0.45% 0.68% -
HSV(B) 30.4º 0.36% 0.82% -
XYZ 45.9 45.34 29.25 -
YUV 179.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 210 173 135 0 0.18 0.36 0.18 30.4 0.45 0.68
Hex D2 AD 87 0 12 24 12 1E 2D 44
Octal 322 255 207 0 22 44 22 36 55 104
Binary 11010010 10101101 10000111 0 10010 100100 10010 11110 101101 1000100

Color Harmonies of #D2AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD87

Black with #D2AD87

Text Example


Text Example

White with #D2AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD87; }

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

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

background-color css

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

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

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

border-color css

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

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

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