Html Css Color HEX #D7B981 Straw

📋 copy color: '#D7B981'

red 215 ◦ green 185 ◦ blue 129

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

Shades of Straw #D7B981

Tints of Straw #D7B981

RGB

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

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

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

R = 40.64%
G = 34.97%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D7B981 (or 0xD7B981) is known color: Straw. HEX triplet: D7, B9 and 81. RGB value is (215,185,129). Sum of RGB (Red+Green+Blue) = 215+185+129=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B981 is #28467E. Grayscale: #BBBBBB. Windows color (decimal): -2639487 or 8501719. OLE color: 8501719.

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

Color convert

RGB 215 185 129 -
CMYK 0 0.14 0.4 0.16
HSL 39.07º 0.52% 0.67% -
HSV(B) 39.07º 0.4% 0.84% -
XYZ 49.34 50.73 27.96 -
YUV 187.59 94.94 147.55 -
System Red Green Blue C M Y K H S L
Decimal 215 185 129 0 0.14 0.4 0.16 39.07 0.52 0.67
Hex D7 B9 81 0 E 28 10 27 34 43
Octal 327 271 201 0 16 50 20 47 64 103
Binary 11010111 10111001 10000001 0 1110 101000 10000 100111 110100 1000011

Color Harmonies of #D7B981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B981

Black with #D7B981

Text Example


Text Example

White with #D7B981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B981; }

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

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

background-color css

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

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

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

border-color css

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

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

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