#D7C08A

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

Shades of Straw #D7C08A

Tints of Straw #D7C08A

Color information

#D7C08A (or 0xD7C08A) is unknown color: approx Straw. HEX triplet: D7, C0 and 8A. RGB value is (215,192,138). Sum of RGB (Red+Green+Blue) = 215+192+138=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C08A is #283F75. Grayscale: #C0C0C0. Windows color (decimal): -2637686 or 9093335. OLE color: 9093335.

HSL color Cylindrical-coordinate representation of color #D7C08A: hue angle of 42.08º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7C08A is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215192138-
CMYK00.110.360.16
HSL42.08º49.04%69.22%-
HSV(B)42.08º35.81%84.31%-
XYZ51.4653.9831.75-
YUV192.7297.12143.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 192 (75.39% from 255) = 35.23%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=39.45%
G=35.23%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519213800.110.360.1642.0849.0469.22
HexD7C08A0B24102a3145
Octal32730021201344205261105
Binary11010111110000001000101001011100100100001010101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C08A; }

 p { color: rgb(215,192,138); }

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

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

 a { background-color: rgb(215,192,138); }

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

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

 span { border-color: rgb(215,192,138); }

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