Html Css Color HEX #D2B979 Straw

📋 copy color: '#D2B979'

red 210 ◦ green 185 ◦ blue 121

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

Shades of Straw #D2B979

Tints of Straw #D2B979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.45%

R = 40.7%
G = 35.85%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2B979 (or 0xD2B979) is known color: Straw. HEX triplet: D2, B9 and 79. RGB value is (210,185,121). Sum of RGB (Red+Green+Blue) = 210+185+121=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B979 is #2D4686. Grayscale: #B9B9B9. Windows color (decimal): -2967175 or 7977426. OLE color: 7977426.

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

Color convert

RGB 210 185 121 -
CMYK 0 0.12 0.42 0.18
HSL 43.15º 0.5% 0.65% -
HSV(B) 43.15º 0.42% 0.82% -
XYZ 47.38 49.78 25.2 -
YUV 185.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 210 185 121 0 0.12 0.42 0.18 43.15 0.5 0.65
Hex D2 B9 79 0 C 2A 12 2B 32 41
Octal 322 271 171 0 14 52 22 53 62 101
Binary 11010010 10111001 1111001 0 1100 101010 10010 101011 110010 1000001

Color Harmonies of #D2B979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B979

Black with #D2B979

Text Example


Text Example

White with #D2B979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B979; }

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

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

background-color css

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

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

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

border-color css

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

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

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