Html Css Color HEX #D8C080 Straw

📋 copy color: '#D8C080'

red 216 ◦ green 192 ◦ blue 128

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

Shades of Straw #D8C080

Tints of Straw #D8C080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.82%

 BLUE value IS 128 (50.39% from 255) = 23.88%

R = 40.3%
G = 35.82%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8C080 (or 0xD8C080) is known color: Straw. HEX triplet: D8, C0 and 80. RGB value is (216,192,128). Sum of RGB (Red+Green+Blue) = 216+192+128=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C080 is #273F7F. Grayscale: #C0C0C0. Windows color (decimal): -2572160 or 8437976. OLE color: 8437976.

HSL color Cylindrical-coordinate representation of color #D8C080: hue angle of 43.64º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8C080 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 192 128 -
CMYK 0 0.11 0.41 0.15
HSL 43.64º 0.53% 0.67% -
HSV(B) 43.64º 0.41% 0.85% -
XYZ 51.06 53.86 28.13 -
YUV 191.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 216 192 128 0 0.11 0.41 0.15 43.64 0.53 0.67
Hex D8 C0 80 0 B 29 F 2C 35 43
Octal 330 300 200 0 13 51 17 54 65 103
Binary 11011000 11000000 10000000 0 1011 101001 1111 101100 110101 1000011

Color Harmonies of #D8C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C080

Black with #D8C080

Text Example


Text Example

White with #D8C080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C080; }

 p { color: rgb(216,192,128); }

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

background-color css

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

 a { background-color: rgb(216,192,128); }

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

border-color css

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

 span { border-color: rgb(216,192,128); }

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