Html Css Color HEX #D2B983 Straw

📋 copy color: '#D2B983'

red 210 ◦ green 185 ◦ blue 131

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

Shades of Straw #D2B983

Tints of Straw #D2B983

RGB

 RED value IS 210 (82.42% from 255) = 39.92%

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

 BLUE value IS 131 (51.56% from 255) = 24.9%

R = 39.92%
G = 35.17%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D2B983 (or 0xD2B983) is known color: Straw. HEX triplet: D2, B9 and 83. RGB value is (210,185,131). Sum of RGB (Red+Green+Blue) = 210+185+131=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B983 is #2D467C. Grayscale: #BABABA. Windows color (decimal): -2967165 or 8632786. OLE color: 8632786.

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

Color convert

RGB 210 185 131 -
CMYK 0 0.12 0.38 0.18
HSL 41.01º 0.47% 0.67% -
HSV(B) 41.01º 0.38% 0.82% -
XYZ 48.02 50.04 28.6 -
YUV 186.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 210 185 131 0 0.12 0.38 0.18 41.01 0.47 0.67
Hex D2 B9 83 0 C 26 12 29 2F 43
Octal 322 271 203 0 14 46 22 51 57 103
Binary 11010010 10111001 10000011 0 1100 100110 10010 101001 101111 1000011

Color Harmonies of #D2B983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B983

Black with #D2B983

Text Example


Text Example

White with #D2B983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B983; }

 p { color: rgb(210,185,131); }

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

background-color css

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

 a { background-color: rgb(210,185,131); }

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

border-color css

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

 span { border-color: rgb(210,185,131); }

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