Html Css Color HEX #D8BA7F Straw

📋 copy color: '#D8BA7F'

red 216 ◦ green 186 ◦ blue 127

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

Shades of Straw #D8BA7F

Tints of Straw #D8BA7F

RGB

 RED value IS 216 (84.77% from 255) = 40.83%

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

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

R = 40.83%
G = 35.16%
B = 24.01%

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

#D8BA7F (or 0xD8BA7F) is known color: Straw. HEX triplet: D8, BA and 7F. RGB value is (216,186,127). Sum of RGB (Red+Green+Blue) = 216+186+127=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA7F is #274580. Grayscale: #BCBCBC. Windows color (decimal): -2573697 or 8370904. OLE color: 8370904.

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

Color convert

RGB 216 186 127 -
CMYK 0 0.14 0.41 0.15
HSL 39.78º 0.53% 0.67% -
HSV(B) 39.78º 0.41% 0.85% -
XYZ 49.71 51.25 27.35 -
YUV 188.24 93.44 147.8 -
System Red Green Blue C M Y K H S L
Decimal 216 186 127 0 0.14 0.41 0.15 39.78 0.53 0.67
Hex D8 BA 7F 0 E 29 F 28 35 43
Octal 330 272 177 0 16 51 17 50 65 103
Binary 11011000 10111010 1111111 0 1110 101001 1111 101000 110101 1000011

Color Harmonies of #D8BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA7F

Black with #D8BA7F

Text Example


Text Example

White with #D8BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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