Html Css Color HEX #D9BA7E Straw

📋 copy color: '#D9BA7E'

red 217 ◦ green 186 ◦ blue 126

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

Shades of Straw #D9BA7E

Tints of Straw #D9BA7E

RGB

 RED value IS 217 (85.16% from 255) = 41.02%

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

 BLUE value IS 126 (49.61% from 255) = 23.82%

R = 41.02%
G = 35.16%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9BA7E (or 0xD9BA7E) is known color: Straw. HEX triplet: D9, BA and 7E. RGB value is (217,186,126). Sum of RGB (Red+Green+Blue) = 217+186+126=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA7E is #264581. Grayscale: #BCBCBC. Windows color (decimal): -2508162 or 8305369. OLE color: 8305369.

HSL color Cylindrical-coordinate representation of color #D9BA7E: hue angle of 39.56º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9BA7E is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 126 -
CMYK 0 0.14 0.42 0.15
HSL 39.56º 0.54% 0.67% -
HSV(B) 39.56º 0.42% 0.85% -
XYZ 49.94 51.38 27.02 -
YUV 188.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 217 186 126 0 0.14 0.42 0.15 39.56 0.54 0.67
Hex D9 BA 7E 0 E 2A F 28 36 43
Octal 331 272 176 0 16 52 17 50 66 103
Binary 11011001 10111010 1111110 0 1110 101010 1111 101000 110110 1000011

Color Harmonies of #D9BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA7E

Black with #D9BA7E

Text Example


Text Example

White with #D9BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA7E; }

 p { color: rgb(217,186,126); }

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

background-color css

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

 a { background-color: rgb(217,186,126); }

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

border-color css

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

 span { border-color: rgb(217,186,126); }

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