#D6C07B

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

Shades of Straw #D6C07B

Tints of Straw #D6C07B

Color information

#D6C07B (or 0xD6C07B) is unknown color: approx Straw. HEX triplet: D6, C0 and 7B. RGB value is (214,192,123). Sum of RGB (Red+Green+Blue) = 214+192+123=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C07B is #293F84. Grayscale: #BFBFBF. Windows color (decimal): -2703237 or 8110294. OLE color: 8110294.

HSL color Cylindrical-coordinate representation of color #D6C07B: hue angle of 45.49º 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 #D6C07B is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214192123-
CMYK00.100.430.16
HSL45.49º52.6%66.08%-
HSV(B)45.49º42.52%83.92%-
XYZ50.1653.4326.41-
YUV190.7189.79144.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 192 (75.39% from 255) = 36.29%
BLUE value IS 123 (48.44% from 255) = 23.25%
R=40.45%
G=36.29%
B=23.25%

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
Decimal21419212300.100.430.1645.4952.666.08
HexD6C07B0A2B102d3542
Octal32630017301253205565102
Binary1101011011000000111101101010101011100001011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C07B; }

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

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

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

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

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

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

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

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