Html Css Color HEX #D7BA7E Straw

📋 copy color: '#D7BA7E'

red 215 ◦ green 186 ◦ blue 126

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

Shades of Straw #D7BA7E

Tints of Straw #D7BA7E

RGB

 RED value IS 215 (84.38% from 255) = 40.8%

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

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

R = 40.8%
G = 35.29%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7BA7E (or 0xD7BA7E) is known color: Straw. HEX triplet: D7, BA and 7E. RGB value is (215,186,126). Sum of RGB (Red+Green+Blue) = 215+186+126=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA7E is #284581. Grayscale: #BCBCBC. Windows color (decimal): -2639234 or 8305367. OLE color: 8305367.

HSL color Cylindrical-coordinate representation of color #D7BA7E: hue angle of 40.45º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7BA7E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 126 -
CMYK 0 0.13 0.41 0.16
HSL 40.45º 0.53% 0.67% -
HSV(B) 40.45º 0.41% 0.84% -
XYZ 49.35 51.07 27 -
YUV 187.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 215 186 126 0 0.13 0.41 0.16 40.45 0.53 0.67
Hex D7 BA 7E 0 D 29 10 28 35 43
Octal 327 272 176 0 15 51 20 50 65 103
Binary 11010111 10111010 1111110 0 1101 101001 10000 101000 110101 1000011

Color Harmonies of #D7BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA7E

Black with #D7BA7E

Text Example


Text Example

White with #D7BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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