Html Css Color HEX #D9BA7F Straw

📋 copy color: '#D9BA7F'

red 217 ◦ green 186 ◦ blue 127

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

Shades of Straw #D9BA7F

Tints of Straw #D9BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.96%

R = 40.94%
G = 35.09%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9BA7F (or 0xD9BA7F) is known color: Straw. HEX triplet: D9, BA and 7F. RGB value is (217,186,127). Sum of RGB (Red+Green+Blue) = 217+186+127=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA7F is #264580. Grayscale: #BCBCBC. Windows color (decimal): -2508161 or 8370905. OLE color: 8370905.

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

Color convert

RGB 217 186 127 -
CMYK 0 0.14 0.41 0.15
HSL 39.33º 0.54% 0.67% -
HSV(B) 39.33º 0.41% 0.85% -
XYZ 50 51.4 27.36 -
YUV 188.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 217 186 127 0 0.14 0.41 0.15 39.33 0.54 0.67
Hex D9 BA 7F 0 E 29 F 27 36 43
Octal 331 272 177 0 16 51 17 47 66 103
Binary 11011001 10111010 1111111 0 1110 101001 1111 100111 110110 1000011

Color Harmonies of #D9BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA7F

Black with #D9BA7F

Text Example


Text Example

White with #D9BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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