Html Css Color HEX #D9BA83 Straw

📋 copy color: '#D9BA83'

red 217 ◦ green 186 ◦ blue 131

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

Shades of Straw #D9BA83

Tints of Straw #D9BA83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.53%

R = 40.64%
G = 34.83%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D9BA83 (or 0xD9BA83) is known color: Straw. HEX triplet: D9, BA and 83. RGB value is (217,186,131). Sum of RGB (Red+Green+Blue) = 217+186+131=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA83 is #26457C. Grayscale: #BDBDBD. Windows color (decimal): -2508157 or 8633049. OLE color: 8633049.

HSL color Cylindrical-coordinate representation of color #D9BA83: hue angle of 38.37º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9BA83 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 131 -
CMYK 0 0.14 0.40 0.15
HSL 38.37º 0.53% 0.68% -
HSV(B) 38.37º 0.4% 0.85% -
XYZ 50.27 51.51 28.77 -
YUV 189 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 217 186 131 0 0.14 0.40 0.15 38.37 0.53 0.68
Hex D9 BA 83 0 E 28 F 26 35 44
Octal 331 272 203 0 16 50 17 46 65 104
Binary 11011001 10111010 10000011 0 1110 101000 1111 100110 110101 1000100

Color Harmonies of #D9BA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA83

Black with #D9BA83

Text Example


Text Example

White with #D9BA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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