#DFC670

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

Shades of Chenin #DFC670

Tints of Chenin #DFC670

Color information

#DFC670 (or 0xDFC670) is unknown color: approx Chenin. HEX triplet: DF, C6 and 70. RGB value is (223,198,112). Sum of RGB (Red+Green+Blue) = 223+198+112=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC670 is #20398F. Grayscale: #C4C4C4. Windows color (decimal): -2111888 or 7390943. OLE color: 7390943.

HSL color Cylindrical-coordinate representation of color #DFC670: hue angle of 46.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFC670 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB223198112-
CMYK00.110.500.13
HSL46.49º63.43%65.69%-
HSV(B)46.49º49.78%87.45%-
XYZ53.5557.2523.56-
YUV195.6780.78147.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 112 (44.14% from 255) = 21.01%
R=41.84%
G=37.15%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319811200.110.500.1346.4963.4365.69
HexDFC6700B32D2e3f42
Octal33730616001362155677102
Binary110111111100011011100000101111001011011011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC670; }

 p { color: rgb(223,198,112); }

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

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

 a { background-color: rgb(223,198,112); }

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

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

 span { border-color: rgb(223,198,112); }

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