#D6C17D

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

Shades of Straw #D6C17D

Tints of Straw #D6C17D

Color information

#D6C17D (or 0xD6C17D) is unknown color: approx Straw. HEX triplet: D6, C1 and 7D. RGB value is (214,193,125). Sum of RGB (Red+Green+Blue) = 214+193+125=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C17D is #293E82. Grayscale: #BFBFBF. Windows color (decimal): -2702979 or 8241622. OLE color: 8241622.

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

Color convert

RGB214193125-
CMYK00.100.420.16
HSL45.84º52.05%66.47%-
HSV(B)45.84º41.59%83.92%-
XYZ50.553.9227.15-
YUV191.5390.46144.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 125 (49.22% from 255) = 23.50%
R=40.23%
G=36.28%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419312500.100.420.1645.8452.0566.47
HexD6C17D0A2A102e3442
Octal32630117501252205664102
Binary1101011011000001111110101010101010100001011101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C17D; }

 p { color: rgb(214,193,125); }

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

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

 a { background-color: rgb(214,193,125); }

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

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

 span { border-color: rgb(214,193,125); }

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