Html Css Color HEX #D8B679 Straw

📋 copy color: '#D8B679'

red 216 ◦ green 182 ◦ blue 121

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

Shades of Straw #D8B679

Tints of Straw #D8B679

RGB

 RED value IS 216 (84.77% from 255) = 41.62%

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

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

R = 41.62%
G = 35.07%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8B679 (or 0xD8B679) is known color: Straw. HEX triplet: D8, B6 and 79. RGB value is (216,182,121). Sum of RGB (Red+Green+Blue) = 216+182+121=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B679 is #274986. Grayscale: #B9B9B9. Windows color (decimal): -2574727 or 7976664. OLE color: 7976664.

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

Color convert

RGB 216 182 121 -
CMYK 0 0.16 0.44 0.15
HSL 38.53º 0.55% 0.66% -
HSV(B) 38.53º 0.44% 0.85% -
XYZ 48.5 49.44 25.08 -
YUV 185.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 216 182 121 0 0.16 0.44 0.15 38.53 0.55 0.66
Hex D8 B6 79 0 10 2C F 27 37 42
Octal 330 266 171 0 20 54 17 47 67 102
Binary 11011000 10110110 1111001 0 10000 101100 1111 100111 110111 1000010

Color Harmonies of #D8B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B679

Black with #D8B679

Text Example


Text Example

White with #D8B679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B679; }

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

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

background-color css

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

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

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

border-color css

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

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

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