Html Css Color HEX #D9B978 Straw

📋 copy color: '#D9B978'

red 217 ◦ green 185 ◦ blue 120

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

Shades of Straw #D9B978

Tints of Straw #D9B978

RGB

 RED value IS 217 (85.16% from 255) = 41.57%

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

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

R = 41.57%
G = 35.44%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D9B978 (or 0xD9B978) is known color: Straw. HEX triplet: D9, B9 and 78. RGB value is (217,185,120). Sum of RGB (Red+Green+Blue) = 217+185+120=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B978 is #264687. Grayscale: #BBBBBB. Windows color (decimal): -2508424 or 7911897. OLE color: 7911897.

HSL color Cylindrical-coordinate representation of color #D9B978: hue angle of 40.21º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9B978 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 185 120 -
CMYK 0 0.15 0.45 0.15
HSL 40.21º 0.56% 0.66% -
HSV(B) 40.21º 0.45% 0.85% -
XYZ 49.35 50.81 24.97 -
YUV 187.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 217 185 120 0 0.15 0.45 0.15 40.21 0.56 0.66
Hex D9 B9 78 0 F 2D F 28 38 42
Octal 331 271 170 0 17 55 17 50 70 102
Binary 11011001 10111001 1111000 0 1111 101101 1111 101000 111000 1000010

Color Harmonies of #D9B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B978

Black with #D9B978

Text Example


Text Example

White with #D9B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B978; }

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

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

background-color css

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

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

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

border-color css

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

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

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