#D6C07A

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

Shades of Straw #D6C07A

Tints of Straw #D6C07A

Color information

#D6C07A (or 0xD6C07A) is unknown color: approx Straw. HEX triplet: D6, C0 and 7A. RGB value is (214,192,122). Sum of RGB (Red+Green+Blue) = 214+192+122=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C07A is #293F85. Grayscale: #BEBEBE. Windows color (decimal): -2703238 or 8044758. OLE color: 8044758.

HSL color Cylindrical-coordinate representation of color #D6C07A: hue angle of 45.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6C07A is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214192122-
CMYK00.100.430.16
HSL45.65º52.87%65.88%-
HSV(B)45.65º42.99%83.92%-
XYZ50.0953.426.08-
YUV190.689.29144.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 122 (48.05% from 255) = 23.11%
R=40.53%
G=36.36%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419212200.100.430.1645.6552.8765.88
HexD6C07A0A2B102e3542
Octal32630017201253205665102
Binary1101011011000000111101001010101011100001011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C07A; }

 p { color: rgb(214,192,122); }

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

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

 a { background-color: rgb(214,192,122); }

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

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

 span { border-color: rgb(214,192,122); }

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