Html Css Color HEX #D2B982 Straw

📋 copy color: '#D2B982'

red 210 ◦ green 185 ◦ blue 130

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

Shades of Straw #D2B982

Tints of Straw #D2B982

RGB

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

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

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

R = 40%
G = 35.24%
B = 24.76%

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

#D2B982 (or 0xD2B982) is known color: Straw. HEX triplet: D2, B9 and 82. RGB value is (210,185,130). Sum of RGB (Red+Green+Blue) = 210+185+130=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B982 is #2D467D. Grayscale: #BABABA. Windows color (decimal): -2967166 or 8567250. OLE color: 8567250.

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

Color convert

RGB 210 185 130 -
CMYK 0 0.12 0.38 0.18
HSL 41.25º 0.47% 0.67% -
HSV(B) 41.25º 0.38% 0.82% -
XYZ 47.96 50.01 28.24 -
YUV 186.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 210 185 130 0 0.12 0.38 0.18 41.25 0.47 0.67
Hex D2 B9 82 0 C 26 12 29 2F 43
Octal 322 271 202 0 14 46 22 51 57 103
Binary 11010010 10111001 10000010 0 1100 100110 10010 101001 101111 1000011

Color Harmonies of #D2B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B982

Black with #D2B982

Text Example


Text Example

White with #D2B982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B982; }

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

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

background-color css

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

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

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

border-color css

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

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

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