#D9C082

Color #D9C082 Straw (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Straw #D9C082

Tints of Straw #D9C082

Color information

#D9C082 (or 0xD9C082) is unknown color: approx Straw. HEX triplet: D9, C0 and 82. RGB value is (217,192,130). Sum of RGB (Red+Green+Blue) = 217+192+130=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C082 is #263F7D. Grayscale: #C0C0C0. Windows color (decimal): -2506622 or 8569049. OLE color: 8569049.

HSL color Cylindrical-coordinate representation of color #D9C082: hue angle of 42.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9C082 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217192130-
CMYK00.120.400.15
HSL42.76º53.37%68.04%-
HSV(B)42.76º40.09%85.1%-
XYZ51.4954.0628.84-
YUV192.4192.78145.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 130 (51.17% from 255) = 24.12%
R=40.26%
G=35.62%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719213000.120.400.1542.7653.3768.04
HexD9C0820C28F2b3544
Octal33130020201450175365104
Binary1101100111000000100000100110010100011111010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C082; }

 p { color: rgb(217,192,130); }

 H1.HeaderClassName
 {
   color: #D9C082;
 }
 .AnyTagClassName
 {
   color: #D9C082;
 }
</style>
background-color css

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

 a { background-color: rgb(217,192,130); }

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

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

 span { border-color: rgb(217,192,130); }

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