Html Css Color HEX #D5B580 Calico

📋 copy color: '#D5B580'

red 213 ◦ green 181 ◦ blue 128

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

Shades of Calico #D5B580

Tints of Calico #D5B580

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

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

R = 40.8%
G = 34.67%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5B580 (or 0xD5B580) is known color: Calico. HEX triplet: D5, B5 and 80. RGB value is (213,181,128). Sum of RGB (Red+Green+Blue) = 213+181+128=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B580 is #2A4A7F. Grayscale: #B8B8B8. Windows color (decimal): -2771584 or 8435157. OLE color: 8435157.

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

Color convert

RGB 213 181 128 -
CMYK 0 0.15 0.40 0.16
HSL 37.41º 0.5% 0.67% -
HSV(B) 37.41º 0.4% 0.84% -
XYZ 47.86 48.75 27.31 -
YUV 184.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 213 181 128 0 0.15 0.40 0.16 37.41 0.5 0.67
Hex D5 B5 80 0 F 28 10 25 32 43
Octal 325 265 200 0 17 50 20 45 62 103
Binary 11010101 10110101 10000000 0 1111 101000 10000 100101 110010 1000011

Color Harmonies of #D5B580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B580

Black with #D5B580

Text Example


Text Example

White with #D5B580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B580; }

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

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

background-color css

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

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

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

border-color css

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

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

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