Html Css Color HEX #D9BA7A Straw

📋 copy color: '#D9BA7A'

red 217 ◦ green 186 ◦ blue 122

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

Shades of Straw #D9BA7A

Tints of Straw #D9BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.24%

R = 41.33%
G = 35.43%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9BA7A (or 0xD9BA7A) is known color: Straw. HEX triplet: D9, BA and 7A. RGB value is (217,186,122). Sum of RGB (Red+Green+Blue) = 217+186+122=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BA7A is #264585. Grayscale: #BCBCBC. Windows color (decimal): -2508166 or 8043225. OLE color: 8043225.

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

Color convert

RGB 217 186 122 -
CMYK 0 0.14 0.44 0.15
HSL 40.42º 0.56% 0.66% -
HSV(B) 40.42º 0.44% 0.85% -
XYZ 49.69 51.27 25.69 -
YUV 187.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 217 186 122 0 0.14 0.44 0.15 40.42 0.56 0.66
Hex D9 BA 7A 0 E 2C F 28 38 42
Octal 331 272 172 0 16 54 17 50 70 102
Binary 11011001 10111010 1111010 0 1110 101100 1111 101000 111000 1000010

Color Harmonies of #D9BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BA7A

Black with #D9BA7A

Text Example


Text Example

White with #D9BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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