Html Css Color HEX #D5B978 Straw

📋 copy color: '#D5B978'

red 213 ◦ green 185 ◦ blue 120

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

Shades of Straw #D5B978

Tints of Straw #D5B978

RGB

 RED value IS 213 (83.59% from 255) = 41.12%

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

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 41.12%
G = 35.71%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5B978 (or 0xD5B978) is known color: Straw. HEX triplet: D5, B9 and 78. RGB value is (213,185,120). Sum of RGB (Red+Green+Blue) = 213+185+120=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B978 is #2A4687. Grayscale: #BABABA. Windows color (decimal): -2770568 or 7911893. OLE color: 7911893.

HSL color Cylindrical-coordinate representation of color #D5B978: hue angle of 41.94º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5B978 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 185 120 -
CMYK 0 0.13 0.44 0.16
HSL 41.94º 0.53% 0.65% -
HSV(B) 41.94º 0.44% 0.84% -
XYZ 48.18 50.2 24.92 -
YUV 185.96 90.78 147.29 -
System Red Green Blue C M Y K H S L
Decimal 213 185 120 0 0.13 0.44 0.16 41.94 0.53 0.65
Hex D5 B9 78 0 D 2C 10 2A 35 41
Octal 325 271 170 0 15 54 20 52 65 101
Binary 11010101 10111001 1111000 0 1101 101100 10000 101010 110101 1000001

Color Harmonies of #D5B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B978

Black with #D5B978

Text Example


Text Example

White with #D5B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B978; }

 p { color: rgb(213,185,120); }

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

background-color css

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

 a { background-color: rgb(213,185,120); }

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

border-color css

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

 span { border-color: rgb(213,185,120); }

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