Html Css Color HEX #D1B384 Calico

📋 copy color: '#D1B384'

red 209 ◦ green 179 ◦ blue 132

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

Shades of Calico #D1B384

Tints of Calico #D1B384

RGB

 RED value IS 209 (82.03% from 255) = 40.19%

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

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

R = 40.19%
G = 34.42%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D1B384 (or 0xD1B384) is known color: Calico. HEX triplet: D1, B3 and 84. RGB value is (209,179,132). Sum of RGB (Red+Green+Blue) = 209+179+132=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B384 is #2E4C7B. Grayscale: #B6B6B6. Windows color (decimal): -3034236 or 8696785. OLE color: 8696785.

HSL color Cylindrical-coordinate representation of color #D1B384: hue angle of 36.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D1B384 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 132 -
CMYK 0 0.14 0.37 0.18
HSL 36.62º 0.46% 0.67% -
HSV(B) 36.62º 0.37% 0.82% -
XYZ 46.58 47.46 28.54 -
YUV 182.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 209 179 132 0 0.14 0.37 0.18 36.62 0.46 0.67
Hex D1 B3 84 0 E 25 12 25 2E 43
Octal 321 263 204 0 16 45 22 45 56 103
Binary 11010001 10110011 10000100 0 1110 100101 10010 100101 101110 1000011

Color Harmonies of #D1B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B384

Black with #D1B384

Text Example


Text Example

White with #D1B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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