Html Css Color HEX #D3B387 Calico

📋 copy color: '#D3B387'

red 211 ◦ green 179 ◦ blue 135

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

Shades of Calico #D3B387

Tints of Calico #D3B387

RGB

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

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

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

R = 40.19%
G = 34.1%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D3B387 (or 0xD3B387) is known color: Calico. HEX triplet: D3, B3 and 87. RGB value is (211,179,135). Sum of RGB (Red+Green+Blue) = 211+179+135=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 135 (53.12% from 255 or 25.71% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B387 is #2C4C78. Grayscale: #B7B7B7. Windows color (decimal): -2903161 or 8893395. OLE color: 8893395.

HSL color Cylindrical-coordinate representation of color #D3B387: hue angle of 34.74º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3B387 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 179 135 -
CMYK 0 0.15 0.36 0.17
HSL 34.74º 0.46% 0.68% -
HSV(B) 34.74º 0.36% 0.83% -
XYZ 47.36 47.84 29.66 -
YUV 183.55 100.6 147.58 -
System Red Green Blue C M Y K H S L
Decimal 211 179 135 0 0.15 0.36 0.17 34.74 0.46 0.68
Hex D3 B3 87 0 F 24 11 23 2E 44
Octal 323 263 207 0 17 44 21 43 56 104
Binary 11010011 10110011 10000111 0 1111 100100 10001 100011 101110 1000100

Color Harmonies of #D3B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B387

Black with #D3B387

Text Example


Text Example

White with #D3B387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B387; }

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

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

background-color css

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

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

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

border-color css

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

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

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