Html Css Color HEX #D4B979 Straw

📋 copy color: '#D4B979'

red 212 ◦ green 185 ◦ blue 121

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

Shades of Straw #D4B979

Tints of Straw #D4B979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.36%

R = 40.93%
G = 35.71%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D4B979 (or 0xD4B979) is known color: Straw. HEX triplet: D4, B9 and 79. RGB value is (212,185,121). Sum of RGB (Red+Green+Blue) = 212+185+121=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B979 is #2B4686. Grayscale: #BABABA. Windows color (decimal): -2836103 or 7977428. OLE color: 7977428.

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

Color convert

RGB 212 185 121 -
CMYK 0 0.13 0.43 0.17
HSL 42.2º 0.51% 0.65% -
HSV(B) 42.2º 0.43% 0.83% -
XYZ 47.95 50.08 25.23 -
YUV 185.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 212 185 121 0 0.13 0.43 0.17 42.2 0.51 0.65
Hex D4 B9 79 0 D 2B 11 2A 33 41
Octal 324 271 171 0 15 53 21 52 63 101
Binary 11010100 10111001 1111001 0 1101 101011 10001 101010 110011 1000001

Color Harmonies of #D4B979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B979

Black with #D4B979

Text Example


Text Example

White with #D4B979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B979; }

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

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

background-color css

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

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

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

border-color css

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

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

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