Html Css Color HEX #D3BA7A Straw

📋 copy color: '#D3BA7A'

red 211 ◦ green 186 ◦ blue 122

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

Shades of Straw #D3BA7A

Tints of Straw #D3BA7A

RGB

 RED value IS 211 (82.81% from 255) = 40.66%

 GREEN value IS 186 (73.05% from 255) = 35.84%

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 40.66%
G = 35.84%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D3BA7A (or 0xD3BA7A) is known color: Straw. HEX triplet: D3, BA and 7A. RGB value is (211,186,122). Sum of RGB (Red+Green+Blue) = 211+186+122=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA7A is #2C4585. Grayscale: #BABABA. Windows color (decimal): -2901382 or 8043219. OLE color: 8043219.

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

Color convert

RGB 211 186 122 -
CMYK 0 0.12 0.42 0.17
HSL 43.15º 0.5% 0.65% -
HSV(B) 43.15º 0.42% 0.83% -
XYZ 47.94 50.37 25.61 -
YUV 186.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 211 186 122 0 0.12 0.42 0.17 43.15 0.5 0.65
Hex D3 BA 7A 0 C 2A 11 2B 32 41
Octal 323 272 172 0 14 52 21 53 62 101
Binary 11010011 10111010 1111010 0 1100 101010 10001 101011 110010 1000001

Color Harmonies of #D3BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA7A

Black with #D3BA7A

Text Example


Text Example

White with #D3BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA7A; }

 p { color: rgb(211,186,122); }

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

background-color css

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

 a { background-color: rgb(211,186,122); }

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

border-color css

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

 span { border-color: rgb(211,186,122); }

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