Html Css Color HEX #D8BA7D Straw

📋 copy color: '#D8BA7D'

red 216 ◦ green 186 ◦ blue 125

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

Shades of Straw #D8BA7D

Tints of Straw #D8BA7D

RGB

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

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

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

R = 40.99%
G = 35.29%
B = 23.72%

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

#D8BA7D (or 0xD8BA7D) is known color: Straw. HEX triplet: D8, BA and 7D. RGB value is (216,186,125). Sum of RGB (Red+Green+Blue) = 216+186+125=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA7D is #274582. Grayscale: #BCBCBC. Windows color (decimal): -2573699 or 8239832. OLE color: 8239832.

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

Color convert

RGB 216 186 125 -
CMYK 0 0.14 0.42 0.15
HSL 40.22º 0.54% 0.67% -
HSV(B) 40.22º 0.42% 0.85% -
XYZ 49.58 51.2 26.67 -
YUV 188.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 216 186 125 0 0.14 0.42 0.15 40.22 0.54 0.67
Hex D8 BA 7D 0 E 2A F 28 36 43
Octal 330 272 175 0 16 52 17 50 66 103
Binary 11011000 10111010 1111101 0 1110 101010 1111 101000 110110 1000011

Color Harmonies of #D8BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA7D

Black with #D8BA7D

Text Example


Text Example

White with #D8BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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