Html Css Color HEX #D3BA7F Straw

📋 copy color: '#D3BA7F'

red 211 ◦ green 186 ◦ blue 127

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

Shades of Straw #D3BA7F

Tints of Straw #D3BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.24%

R = 40.27%
G = 35.5%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3BA7F (or 0xD3BA7F) is known color: Straw. HEX triplet: D3, BA and 7F. RGB value is (211,186,127). Sum of RGB (Red+Green+Blue) = 211+186+127=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA7F is #2C4580. Grayscale: #BBBBBB. Windows color (decimal): -2901377 or 8370899. OLE color: 8370899.

HSL color Cylindrical-coordinate representation of color #D3BA7F: hue angle of 42.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3BA7F is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 186 127 -
CMYK 0 0.12 0.40 0.17
HSL 42.14º 0.49% 0.66% -
HSV(B) 42.14º 0.4% 0.83% -
XYZ 48.25 50.5 27.28 -
YUV 186.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 211 186 127 0 0.12 0.40 0.17 42.14 0.49 0.66
Hex D3 BA 7F 0 C 28 11 2A 31 42
Octal 323 272 177 0 14 50 21 52 61 102
Binary 11010011 10111010 1111111 0 1100 101000 10001 101010 110001 1000010

Color Harmonies of #D3BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BA7F

Black with #D3BA7F

Text Example


Text Example

White with #D3BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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