Html Css Color HEX #D2B387 Calico

📋 copy color: '#D2B387'

red 210 ◦ green 179 ◦ blue 135

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

Shades of Calico #D2B387

Tints of Calico #D2B387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

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

R = 40.08%
G = 34.16%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D2B387 (or 0xD2B387) is known color: Calico. HEX triplet: D2, B3 and 87. RGB value is (210,179,135). Sum of RGB (Red+Green+Blue) = 210+179+135=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B387 is #2D4C78. Grayscale: #B7B7B7. Windows color (decimal): -2968697 or 8893394. OLE color: 8893394.

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

Color convert

RGB 210 179 135 -
CMYK 0 0.15 0.36 0.18
HSL 35.2º 0.45% 0.68% -
HSV(B) 35.2º 0.36% 0.82% -
XYZ 47.07 47.69 29.65 -
YUV 183.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 210 179 135 0 0.15 0.36 0.18 35.2 0.45 0.68
Hex D2 B3 87 0 F 24 12 23 2D 44
Octal 322 263 207 0 17 44 22 43 55 104
Binary 11010010 10110011 10000111 0 1111 100100 10010 100011 101101 1000100

Color Harmonies of #D2B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B387

Black with #D2B387

Text Example


Text Example

White with #D2B387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B387; }

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

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

background-color css

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

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

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

border-color css

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

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

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