Html Css Color HEX #D8C08F Straw

📋 copy color: '#D8C08F'

red 216 ◦ green 192 ◦ blue 143

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

Shades of Straw #D8C08F

Tints of Straw #D8C08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.95%

R = 39.2%
G = 34.85%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8C08F (or 0xD8C08F) is known color: Straw. HEX triplet: D8, C0 and 8F. RGB value is (216,192,143). Sum of RGB (Red+Green+Blue) = 216+192+143=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C08F is #273F70. Grayscale: #C1C1C1. Windows color (decimal): -2572145 or 9421016. OLE color: 9421016.

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

Color convert

RGB 216 192 143 -
CMYK 0 0.11 0.34 0.15
HSL 40.27º 0.48% 0.7% -
HSV(B) 40.27º 0.34% 0.85% -
XYZ 52.13 54.28 33.72 -
YUV 193.59 99.45 143.98 -
System Red Green Blue C M Y K H S L
Decimal 216 192 143 0 0.11 0.34 0.15 40.27 0.48 0.7
Hex D8 C0 8F 0 B 22 F 28 30 46
Octal 330 300 217 0 13 42 17 50 60 106
Binary 11011000 11000000 10001111 0 1011 100010 1111 101000 110000 1000110

Color Harmonies of #D8C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C08F

Black with #D8C08F

Text Example


Text Example

White with #D8C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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