Html Css Color HEX #D8BA7C Straw

📋 copy color: '#D8BA7C'

red 216 ◦ green 186 ◦ blue 124

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

Shades of Straw #D8BA7C

Tints of Straw #D8BA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.57%

R = 41.06%
G = 35.36%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8BA7C (or 0xD8BA7C) is known color: Straw. HEX triplet: D8, BA and 7C. RGB value is (216,186,124). Sum of RGB (Red+Green+Blue) = 216+186+124=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA7C is #274583. Grayscale: #BCBCBC. Windows color (decimal): -2573700 or 8174296. OLE color: 8174296.

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

Color convert

RGB 216 186 124 -
CMYK 0 0.14 0.43 0.15
HSL 40.43º 0.54% 0.67% -
HSV(B) 40.43º 0.43% 0.85% -
XYZ 49.52 51.17 26.34 -
YUV 187.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 216 186 124 0 0.14 0.43 0.15 40.43 0.54 0.67
Hex D8 BA 7C 0 E 2B F 28 36 43
Octal 330 272 174 0 16 53 17 50 66 103
Binary 11011000 10111010 1111100 0 1110 101011 1111 101000 110110 1000011

Color Harmonies of #D8BA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA7C

Black with #D8BA7C

Text Example


Text Example

White with #D8BA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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