Html Css Color HEX #D3B380 Calico

📋 copy color: '#D3B380'

red 211 ◦ green 179 ◦ blue 128

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

Shades of Calico #D3B380

Tints of Calico #D3B380

RGB

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

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

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

R = 40.73%
G = 34.56%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D3B380 (or 0xD3B380) is known color: Calico. HEX triplet: D3, B3 and 80. RGB value is (211,179,128). Sum of RGB (Red+Green+Blue) = 211+179+128=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3B380 is #2C4C7F. Grayscale: #B6B6B6. Windows color (decimal): -2903168 or 8434643. OLE color: 8434643.

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

Color convert

RGB 211 179 128 -
CMYK 0 0.15 0.39 0.17
HSL 36.87º 0.49% 0.66% -
HSV(B) 36.87º 0.39% 0.83% -
XYZ 46.88 47.65 27.15 -
YUV 182.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 211 179 128 0 0.15 0.39 0.17 36.87 0.49 0.66
Hex D3 B3 80 0 F 27 11 25 31 42
Octal 323 263 200 0 17 47 21 45 61 102
Binary 11010011 10110011 10000000 0 1111 100111 10001 100101 110001 1000010

Color Harmonies of #D3B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B380

Black with #D3B380

Text Example


Text Example

White with #D3B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B380; }

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

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

background-color css

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

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

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

border-color css

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

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

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