Html Css Color HEX #D1BD8C Straw

📋 copy color: '#D1BD8C'

red 209 ◦ green 189 ◦ blue 140

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

Shades of Straw #D1BD8C

Tints of Straw #D1BD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 38.85%
G = 35.13%
B = 26.02%

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

#D1BD8C (or 0xD1BD8C) is known color: Straw. HEX triplet: D1, BD and 8C. RGB value is (209,189,140). Sum of RGB (Red+Green+Blue) = 209+189+140=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BD8C is #2E4273. Grayscale: #BDBDBD. Windows color (decimal): -3031668 or 9223633. OLE color: 9223633.

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

Color convert

RGB 209 189 140 -
CMYK 0 0.10 0.33 0.18
HSL 42.61º 0.43% 0.68% -
HSV(B) 42.61º 0.33% 0.82% -
XYZ 49.23 51.84 32.22 -
YUV 189.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 209 189 140 0 0.10 0.33 0.18 42.61 0.43 0.68
Hex D1 BD 8C 0 A 21 12 2B 2B 44
Octal 321 275 214 0 12 41 22 53 53 104
Binary 11010001 10111101 10001100 0 1010 100001 10010 101011 101011 1000100

Color Harmonies of #D1BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BD8C

Black with #D1BD8C

Text Example


Text Example

White with #D1BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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