Html Css Color HEX #D9BA7D Straw

📋 copy color: '#D9BA7D'

red 217 ◦ green 186 ◦ blue 125

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

Shades of Straw #D9BA7D

Tints of Straw #D9BA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.67%

R = 41.1%
G = 35.23%
B = 23.67%

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

#D9BA7D (or 0xD9BA7D) is known color: Straw. HEX triplet: D9, BA and 7D. RGB value is (217,186,125). Sum of RGB (Red+Green+Blue) = 217+186+125=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA7D is #264582. Grayscale: #BCBCBC. Windows color (decimal): -2508163 or 8239833. OLE color: 8239833.

HSL color Cylindrical-coordinate representation of color #D9BA7D: hue angle of 39.78º degrees, saturation: 0.55, 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 #D9BA7D is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 186 125 -
CMYK 0 0.14 0.42 0.15
HSL 39.78º 0.55% 0.67% -
HSV(B) 39.78º 0.42% 0.85% -
XYZ 49.88 51.35 26.68 -
YUV 188.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 217 186 125 0 0.14 0.42 0.15 39.78 0.55 0.67
Hex D9 BA 7D 0 E 2A F 28 37 43
Octal 331 272 175 0 16 52 17 50 67 103
Binary 11011001 10111010 1111101 0 1110 101010 1111 101000 110111 1000011

Color Harmonies of #D9BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA7D

Black with #D9BA7D

Text Example


Text Example

White with #D9BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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