Html Css Color HEX #D4B977 Straw

📋 copy color: '#D4B977'

red 212 ◦ green 185 ◦ blue 119

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

Shades of Straw #D4B977

Tints of Straw #D4B977

RGB

 RED value IS 212 (83.2% from 255) = 41.09%

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

 BLUE value IS 119 (46.88% from 255) = 23.06%

R = 41.09%
G = 35.85%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D4B977 (or 0xD4B977) is known color: Straw. HEX triplet: D4, B9 and 77. RGB value is (212,185,119). Sum of RGB (Red+Green+Blue) = 212+185+119=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B977 is #2B4688. Grayscale: #B9B9B9. Windows color (decimal): -2836105 or 7846356. OLE color: 7846356.

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

Color convert

RGB 212 185 119 -
CMYK 0 0.13 0.44 0.17
HSL 42.58º 0.52% 0.65% -
HSV(B) 42.58º 0.44% 0.83% -
XYZ 47.83 50.03 24.59 -
YUV 185.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 212 185 119 0 0.13 0.44 0.17 42.58 0.52 0.65
Hex D4 B9 77 0 D 2C 11 2B 34 41
Octal 324 271 167 0 15 54 21 53 64 101
Binary 11010100 10111001 1110111 0 1101 101100 10001 101011 110100 1000001

Color Harmonies of #D4B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B977

Black with #D4B977

Text Example


Text Example

White with #D4B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B977; }

 p { color: rgb(212,185,119); }

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

background-color css

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

 a { background-color: rgb(212,185,119); }

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

border-color css

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

 span { border-color: rgb(212,185,119); }

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