#DFC365

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

Shades of Chenin #DFC365

Tints of Chenin #DFC365

Color information

#DFC365 (or 0xDFC365) is unknown color: approx Chenin. HEX triplet: DF, C3 and 65. RGB value is (223,195,101). Sum of RGB (Red+Green+Blue) = 223+195+101=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC365 is #203C9A. Grayscale: #C1C1C1. Windows color (decimal): -2112667 or 6669279. OLE color: 6669279.

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

Color convert

RGB223195101-
CMYK00.130.550.13
HSL46.23º65.59%63.53%-
HSV(B)46.23º54.71%87.45%-
XYZ52.355.6620.3-
YUV192.6676.28149.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.97%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 101 (39.84% from 255) = 19.46%
R=42.97%
G=37.57%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319510100.130.550.1346.2365.5963.53
HexDFC3650D37D2e4240
Octal337303145015671556102100
Binary1101111111000011110010101101110111110110111010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC365; }

 p { color: rgb(223,195,101); }

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

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

 a { background-color: rgb(223,195,101); }

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

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

 span { border-color: rgb(223,195,101); }

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