Html Css Color HEX #D5B388 Calico

📋 copy color: '#D5B388'

red 213 ◦ green 179 ◦ blue 136

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

Shades of Calico #D5B388

Tints of Calico #D5B388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.76%

R = 40.34%
G = 33.9%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5B388 (or 0xD5B388) is known color: Calico. HEX triplet: D5, B3 and 88. RGB value is (213,179,136). Sum of RGB (Red+Green+Blue) = 213+179+136=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B388 is #2A4C77. Grayscale: #B8B8B8. Windows color (decimal): -2772088 or 8958933. OLE color: 8958933.

HSL color Cylindrical-coordinate representation of color #D5B388: hue angle of 33.51º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5B388 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 179 136 -
CMYK 0 0.16 0.36 0.16
HSL 33.51º 0.48% 0.68% -
HSV(B) 33.51º 0.36% 0.84% -
XYZ 48 48.16 30.06 -
YUV 184.26 100.76 148.5 -
System Red Green Blue C M Y K H S L
Decimal 213 179 136 0 0.16 0.36 0.16 33.51 0.48 0.68
Hex D5 B3 88 0 10 24 10 22 30 44
Octal 325 263 210 0 20 44 20 42 60 104
Binary 11010101 10110011 10001000 0 10000 100100 10000 100010 110000 1000100

Color Harmonies of #D5B388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B388

Black with #D5B388

Text Example


Text Example

White with #D5B388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B388; }

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

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

background-color css

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

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

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

border-color css

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

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

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