Html Css Color HEX #D5B779 Straw

📋 copy color: '#D5B779'

red 213 ◦ green 183 ◦ blue 121

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

Shades of Straw #D5B779

Tints of Straw #D5B779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.4%

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

R = 41.2%
G = 35.4%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5B779 (or 0xD5B779) is known color: Straw. HEX triplet: D5, B7 and 79. RGB value is (213,183,121). Sum of RGB (Red+Green+Blue) = 213+183+121=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B779 is #2A4886. Grayscale: #B9B9B9. Windows color (decimal): -2771079 or 7976917. OLE color: 7976917.

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

Color convert

RGB 213 183 121 -
CMYK 0 0.14 0.43 0.16
HSL 40.43º 0.52% 0.65% -
HSV(B) 40.43º 0.43% 0.84% -
XYZ 47.83 49.39 25.1 -
YUV 184.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 213 183 121 0 0.14 0.43 0.16 40.43 0.52 0.65
Hex D5 B7 79 0 E 2B 10 28 34 41
Octal 325 267 171 0 16 53 20 50 64 101
Binary 11010101 10110111 1111001 0 1110 101011 10000 101000 110100 1000001

Color Harmonies of #D5B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B779

Black with #D5B779

Text Example


Text Example

White with #D5B779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B779; }

 p { color: rgb(213,183,121); }

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

background-color css

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

 a { background-color: rgb(213,183,121); }

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

border-color css

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

 span { border-color: rgb(213,183,121); }

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