Html Css Color HEX #D1BD8D Straw

📋 copy color: '#D1BD8D'

red 209 ◦ green 189 ◦ blue 141

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

Shades of Straw #D1BD8D

Tints of Straw #D1BD8D

RGB

 RED value IS 209 (82.03% from 255) = 38.78%

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

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

R = 38.78%
G = 35.06%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1BD8D (or 0xD1BD8D) is known color: Straw. HEX triplet: D1, BD and 8D. RGB value is (209,189,141). Sum of RGB (Red+Green+Blue) = 209+189+141=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BD8D is #2E4272. Grayscale: #BDBDBD. Windows color (decimal): -3031667 or 9289169. OLE color: 9289169.

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

Color convert

RGB 209 189 141 -
CMYK 0 0.10 0.33 0.18
HSL 42.35º 0.43% 0.69% -
HSV(B) 42.35º 0.33% 0.82% -
XYZ 49.3 51.87 32.61 -
YUV 189.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 209 189 141 0 0.10 0.33 0.18 42.35 0.43 0.69
Hex D1 BD 8D 0 A 21 12 2A 2A 45
Octal 321 275 215 0 12 41 22 52 52 105
Binary 11010001 10111101 10001101 0 1010 100001 10010 101010 101010 1000101

Color Harmonies of #D1BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BD8D

Black with #D1BD8D

Text Example


Text Example

White with #D1BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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