Html Css Color HEX #D6B579 Straw

📋 copy color: '#D6B579'

red 214 ◦ green 181 ◦ blue 121

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

Shades of Straw #D6B579

Tints of Straw #D6B579

RGB

 RED value IS 214 (83.98% from 255) = 41.47%

 GREEN value IS 181 (71.09% from 255) = 35.08%

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

R = 41.47%
G = 35.08%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B579 (or 0xD6B579) is known color: Straw. HEX triplet: D6, B5 and 79. RGB value is (214,181,121). Sum of RGB (Red+Green+Blue) = 214+181+121=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 181 (71.09% from 255 or 35.08% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B579 is #294A86. Grayscale: #B8B8B8. Windows color (decimal): -2706055 or 7976406. OLE color: 7976406.

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

Color convert

RGB 214 181 121 -
CMYK 0 0.15 0.43 0.16
HSL 38.71º 0.53% 0.66% -
HSV(B) 38.71º 0.43% 0.84% -
XYZ 47.71 48.72 24.98 -
YUV 184.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 214 181 121 0 0.15 0.43 0.16 38.71 0.53 0.66
Hex D6 B5 79 0 F 2B 10 27 35 42
Octal 326 265 171 0 17 53 20 47 65 102
Binary 11010110 10110101 1111001 0 1111 101011 10000 100111 110101 1000010

Color Harmonies of #D6B579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B579

Black with #D6B579

Text Example


Text Example

White with #D6B579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B579; }

 p { color: rgb(214,181,121); }

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

background-color css

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

 a { background-color: rgb(214,181,121); }

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

border-color css

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

 span { border-color: rgb(214,181,121); }

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