Html Css Color HEX #D2B180 Calico

📋 copy color: '#D2B180'

red 210 ◦ green 177 ◦ blue 128

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

Shades of Calico #D2B180

Tints of Calico #D2B180

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.37%

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

R = 40.78%
G = 34.37%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D2B180 (or 0xD2B180) is known color: Calico. HEX triplet: D2, B1 and 80. RGB value is (210,177,128). Sum of RGB (Red+Green+Blue) = 210+177+128=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B180 is #2D4E7F. Grayscale: #B5B5B5. Windows color (decimal): -2969216 or 8434130. OLE color: 8434130.

HSL color Cylindrical-coordinate representation of color #D2B180: hue angle of 35.85º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2B180 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 177 128 -
CMYK 0 0.16 0.39 0.18
HSL 35.85º 0.48% 0.66% -
HSV(B) 35.85º 0.39% 0.82% -
XYZ 46.2 46.7 27 -
YUV 181.28 97.93 148.48 -
System Red Green Blue C M Y K H S L
Decimal 210 177 128 0 0.16 0.39 0.18 35.85 0.48 0.66
Hex D2 B1 80 0 10 27 12 24 30 42
Octal 322 261 200 0 20 47 22 44 60 102
Binary 11010010 10110001 10000000 0 10000 100111 10010 100100 110000 1000010

Color Harmonies of #D2B180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B180

Black with #D2B180

Text Example


Text Example

White with #D2B180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B180; }

 p { color: rgb(210,177,128); }

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

background-color css

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

 a { background-color: rgb(210,177,128); }

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

border-color css

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

 span { border-color: rgb(210,177,128); }

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