Html Css Color HEX #D8C086 Straw

📋 copy color: '#D8C086'

red 216 ◦ green 192 ◦ blue 134

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

Shades of Straw #D8C086

Tints of Straw #D8C086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.72%

R = 39.85%
G = 35.42%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8C086 (or 0xD8C086) is known color: Straw. HEX triplet: D8, C0 and 86. RGB value is (216,192,134). Sum of RGB (Red+Green+Blue) = 216+192+134=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 192 (75.39% from 255 or 35.42% from 542); Blue value is 134 (52.73% from 255 or 24.72% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C086 is #273F79. Grayscale: #C0C0C0. Windows color (decimal): -2572154 or 8831192. OLE color: 8831192.

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

Color convert

RGB 216 192 134 -
CMYK 0 0.11 0.38 0.15
HSL 42.44º 0.51% 0.69% -
HSV(B) 42.44º 0.38% 0.85% -
XYZ 51.47 54.02 30.27 -
YUV 192.56 94.95 144.72 -
System Red Green Blue C M Y K H S L
Decimal 216 192 134 0 0.11 0.38 0.15 42.44 0.51 0.69
Hex D8 C0 86 0 B 26 F 2A 33 45
Octal 330 300 206 0 13 46 17 52 63 105
Binary 11011000 11000000 10000110 0 1011 100110 1111 101010 110011 1000101

Color Harmonies of #D8C086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C086

Black with #D8C086

Text Example


Text Example

White with #D8C086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C086; }

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

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

background-color css

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

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

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

border-color css

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

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

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