Html Css Color HEX #D1B982 Straw

📋 copy color: '#D1B982'

red 209 ◦ green 185 ◦ blue 130

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

Shades of Straw #D1B982

Tints of Straw #D1B982

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

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

R = 39.89%
G = 35.31%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D1B982 (or 0xD1B982) is known color: Straw. HEX triplet: D1, B9 and 82. RGB value is (209,185,130). Sum of RGB (Red+Green+Blue) = 209+185+130=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B982 is #2E467D. Grayscale: #BABABA. Windows color (decimal): -3032702 or 8567249. OLE color: 8567249.

HSL color Cylindrical-coordinate representation of color #D1B982: hue angle of 41.77º 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 #D1B982 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 185 130 -
CMYK 0 0.11 0.38 0.18
HSL 41.77º 0.46% 0.66% -
HSV(B) 41.77º 0.38% 0.82% -
XYZ 47.67 49.86 28.23 -
YUV 185.91 96.45 144.47 -
System Red Green Blue C M Y K H S L
Decimal 209 185 130 0 0.11 0.38 0.18 41.77 0.46 0.66
Hex D1 B9 82 0 B 26 12 2A 2E 42
Octal 321 271 202 0 13 46 22 52 56 102
Binary 11010001 10111001 10000010 0 1011 100110 10010 101010 101110 1000010

Color Harmonies of #D1B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B982

Black with #D1B982

Text Example


Text Example

White with #D1B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B982; }

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

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

background-color css

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

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

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

border-color css

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

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

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