Html Css Color HEX #D5B380 Calico

📋 copy color: '#D5B380'

red 213 ◦ green 179 ◦ blue 128

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

Shades of Calico #D5B380

Tints of Calico #D5B380

RGB

 RED value IS 213 (83.59% from 255) = 40.96%

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

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

R = 40.96%
G = 34.42%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5B380 (or 0xD5B380) is known color: Calico. HEX triplet: D5, B3 and 80. RGB value is (213,179,128). Sum of RGB (Red+Green+Blue) = 213+179+128=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B380 is #2A4C7F. Grayscale: #B7B7B7. Windows color (decimal): -2772096 or 8434645. OLE color: 8434645.

HSL color Cylindrical-coordinate representation of color #D5B380: hue angle of 36º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5B380 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 179 128 -
CMYK 0 0.16 0.40 0.16
HSL 36º 0.5% 0.67% -
HSV(B) 36º 0.4% 0.84% -
XYZ 47.46 47.94 27.18 -
YUV 183.35 96.76 149.15 -
System Red Green Blue C M Y K H S L
Decimal 213 179 128 0 0.16 0.40 0.16 36 0.5 0.67
Hex D5 B3 80 0 10 28 10 24 32 43
Octal 325 263 200 0 20 50 20 44 62 103
Binary 11010101 10110011 10000000 0 10000 101000 10000 100100 110010 1000011

Color Harmonies of #D5B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B380

Black with #D5B380

Text Example


Text Example

White with #D5B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B380; }

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

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

background-color css

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

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

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

border-color css

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

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

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