Html Css Color HEX #D6B679 Straw

📋 copy color: '#D6B679'

red 214 ◦ green 182 ◦ blue 121

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

Shades of Straw #D6B679

Tints of Straw #D6B679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.2%

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

R = 41.39%
G = 35.2%
B = 23.4%

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

#D6B679 (or 0xD6B679) is known color: Straw. HEX triplet: D6, B6 and 79. RGB value is (214,182,121). Sum of RGB (Red+Green+Blue) = 214+182+121=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B679 is #294986. Grayscale: #B8B8B8. Windows color (decimal): -2705799 or 7976662. OLE color: 7976662.

HSL color Cylindrical-coordinate representation of color #D6B679: hue angle of 39.35º 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 #D6B679 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 121 -
CMYK 0 0.15 0.43 0.16
HSL 39.35º 0.53% 0.66% -
HSV(B) 39.35º 0.43% 0.84% -
XYZ 47.91 49.13 25.05 -
YUV 184.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 214 182 121 0 0.15 0.43 0.16 39.35 0.53 0.66
Hex D6 B6 79 0 F 2B 10 27 35 42
Octal 326 266 171 0 17 53 20 47 65 102
Binary 11010110 10110110 1111001 0 1111 101011 10000 100111 110101 1000010

Color Harmonies of #D6B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B679

Black with #D6B679

Text Example


Text Example

White with #D6B679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B679; }

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

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

background-color css

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

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

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

border-color css

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

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

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