Html Css Color HEX #D3B180 Calico

📋 copy color: '#D3B180'

red 211 ◦ green 177 ◦ blue 128

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

Shades of Calico #D3B180

Tints of Calico #D3B180

RGB

 RED value IS 211 (82.81% from 255) = 40.89%

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

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

R = 40.89%
G = 34.3%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D3B180 (or 0xD3B180) is known color: Calico. HEX triplet: D3, B1 and 80. RGB value is (211,177,128). Sum of RGB (Red+Green+Blue) = 211+177+128=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B180 is #2C4E7F. Grayscale: #B5B5B5. Windows color (decimal): -2903680 or 8434131. OLE color: 8434131.

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

Color convert

RGB 211 177 128 -
CMYK 0 0.16 0.39 0.17
HSL 35.42º 0.49% 0.66% -
HSV(B) 35.42º 0.39% 0.83% -
XYZ 46.48 46.85 27.02 -
YUV 181.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 211 177 128 0 0.16 0.39 0.17 35.42 0.49 0.66
Hex D3 B1 80 0 10 27 11 23 31 42
Octal 323 261 200 0 20 47 21 43 61 102
Binary 11010011 10110001 10000000 0 10000 100111 10001 100011 110001 1000010

Color Harmonies of #D3B180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B180

Black with #D3B180

Text Example


Text Example

White with #D3B180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B180; }

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

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

background-color css

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

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

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

border-color css

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

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

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