Html Css Color HEX #D8B981 Straw

📋 copy color: '#D8B981'

red 216 ◦ green 185 ◦ blue 129

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

Shades of Straw #D8B981

Tints of Straw #D8B981

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.91%

 BLUE value IS 129 (50.78% from 255) = 24.34%

R = 40.75%
G = 34.91%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D8B981 (or 0xD8B981) is known color: Straw. HEX triplet: D8, B9 and 81. RGB value is (216,185,129). Sum of RGB (Red+Green+Blue) = 216+185+129=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B981 is #27467E. Grayscale: #BCBCBC. Windows color (decimal): -2573951 or 8501720. OLE color: 8501720.

HSL color Cylindrical-coordinate representation of color #D8B981: hue angle of 38.62º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8B981 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 185 129 -
CMYK 0 0.14 0.40 0.15
HSL 38.62º 0.53% 0.68% -
HSV(B) 38.62º 0.4% 0.85% -
XYZ 49.63 50.88 27.97 -
YUV 187.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 216 185 129 0 0.14 0.40 0.15 38.62 0.53 0.68
Hex D8 B9 81 0 E 28 F 27 35 44
Octal 330 271 201 0 16 50 17 47 65 104
Binary 11011000 10111001 10000001 0 1110 101000 1111 100111 110101 1000100

Color Harmonies of #D8B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B981

Black with #D8B981

Text Example


Text Example

White with #D8B981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B981; }

 p { color: rgb(216,185,129); }

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

background-color css

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

 a { background-color: rgb(216,185,129); }

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

border-color css

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

 span { border-color: rgb(216,185,129); }

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