Html Css Color HEX #D5B384 Calico

📋 copy color: '#D5B384'

red 213 ◦ green 179 ◦ blue 132

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

Shades of Calico #D5B384

Tints of Calico #D5B384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.19%

R = 40.65%
G = 34.16%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5B384 (or 0xD5B384) is known color: Calico. HEX triplet: D5, B3 and 84. RGB value is (213,179,132). Sum of RGB (Red+Green+Blue) = 213+179+132=524 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.65% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B384 is #2A4C7B. Grayscale: #B8B8B8. Windows color (decimal): -2772092 or 8696789. OLE color: 8696789.

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

Color convert

RGB 213 179 132 -
CMYK 0 0.16 0.38 0.16
HSL 34.81º 0.49% 0.68% -
HSV(B) 34.81º 0.38% 0.84% -
XYZ 47.73 48.05 28.59 -
YUV 183.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 213 179 132 0 0.16 0.38 0.16 34.81 0.49 0.68
Hex D5 B3 84 0 10 26 10 23 31 44
Octal 325 263 204 0 20 46 20 43 61 104
Binary 11010101 10110011 10000100 0 10000 100110 10000 100011 110001 1000100

Color Harmonies of #D5B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B384

Black with #D5B384

Text Example


Text Example

White with #D5B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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