Html Css Color HEX #D1B582 Calico

📋 copy color: '#D1B582'

red 209 ◦ green 181 ◦ blue 130

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

Shades of Calico #D1B582

Tints of Calico #D1B582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25%

R = 40.19%
G = 34.81%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D1B582 (or 0xD1B582) is known color: Calico. HEX triplet: D1, B5 and 82. RGB value is (209,181,130). Sum of RGB (Red+Green+Blue) = 209+181+130=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B582 is #2E4A7D. Grayscale: #B7B7B7. Windows color (decimal): -3033726 or 8566225. OLE color: 8566225.

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

Color convert

RGB 209 181 130 -
CMYK 0 0.13 0.38 0.18
HSL 38.73º 0.46% 0.66% -
HSV(B) 38.73º 0.38% 0.82% -
XYZ 46.85 48.21 27.96 -
YUV 183.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 209 181 130 0 0.13 0.38 0.18 38.73 0.46 0.66
Hex D1 B5 82 0 D 26 12 27 2E 42
Octal 321 265 202 0 15 46 22 47 56 102
Binary 11010001 10110101 10000010 0 1101 100110 10010 100111 101110 1000010

Color Harmonies of #D1B582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B582

Black with #D1B582

Text Example


Text Example

White with #D1B582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B582; }

 p { color: rgb(209,181,130); }

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

background-color css

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

 a { background-color: rgb(209,181,130); }

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

border-color css

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

 span { border-color: rgb(209,181,130); }

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