Html Css Color HEX #D3BA7B Straw

📋 copy color: '#D3BA7B'

red 211 ◦ green 186 ◦ blue 123

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

Shades of Straw #D3BA7B

Tints of Straw #D3BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.65%

R = 40.58%
G = 35.77%
B = 23.65%

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

#D3BA7B (or 0xD3BA7B) is known color: Straw. HEX triplet: D3, BA and 7B. RGB value is (211,186,123). Sum of RGB (Red+Green+Blue) = 211+186+123=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA7B is #2C4584. Grayscale: #BABABA. Windows color (decimal): -2901381 or 8108755. OLE color: 8108755.

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

Color convert

RGB 211 186 123 -
CMYK 0 0.12 0.42 0.17
HSL 42.95º 0.5% 0.65% -
HSV(B) 42.95º 0.42% 0.83% -
XYZ 48 50.4 25.94 -
YUV 186.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 211 186 123 0 0.12 0.42 0.17 42.95 0.5 0.65
Hex D3 BA 7B 0 C 2A 11 2B 32 41
Octal 323 272 173 0 14 52 21 53 62 101
Binary 11010011 10111010 1111011 0 1100 101010 10001 101011 110010 1000001

Color Harmonies of #D3BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA7B

Black with #D3BA7B

Text Example


Text Example

White with #D3BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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