Html Css Color HEX #D3BD8D Straw

📋 copy color: '#D3BD8D'

red 211 ◦ green 189 ◦ blue 141

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

Shades of Straw #D3BD8D

Tints of Straw #D3BD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.94%

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 39%
G = 34.94%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D3BD8D (or 0xD3BD8D) is known color: Straw. HEX triplet: D3, BD and 8D. RGB value is (211,189,141). Sum of RGB (Red+Green+Blue) = 211+189+141=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BD8D is #2C4272. Grayscale: #BEBEBE. Windows color (decimal): -2900595 or 9289171. OLE color: 9289171.

HSL color Cylindrical-coordinate representation of color #D3BD8D: hue angle of 41.14º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D3BD8D is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 189 141 -
CMYK 0 0.10 0.33 0.17
HSL 41.14º 0.44% 0.69% -
HSV(B) 41.14º 0.33% 0.83% -
XYZ 49.87 52.17 32.64 -
YUV 190.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 211 189 141 0 0.10 0.33 0.17 41.14 0.44 0.69
Hex D3 BD 8D 0 A 21 11 29 2C 45
Octal 323 275 215 0 12 41 21 51 54 105
Binary 11010011 10111101 10001101 0 1010 100001 10001 101001 101100 1000101

Color Harmonies of #D3BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BD8D

Black with #D3BD8D

Text Example


Text Example

White with #D3BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BD8D; }

 p { color: rgb(211,189,141); }

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

background-color css

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

 a { background-color: rgb(211,189,141); }

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

border-color css

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

 span { border-color: rgb(211,189,141); }

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