#DFC362

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

Shades of Chenin #DFC362

Tints of Chenin #DFC362

Color information

#DFC362 (or 0xDFC362) is unknown color: approx Chenin. HEX triplet: DF, C3 and 62. RGB value is (223,195,98). Sum of RGB (Red+Green+Blue) = 223+195+98=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC362 is #203C9D. Grayscale: #C0C0C0. Windows color (decimal): -2112670 or 6472671. OLE color: 6472671.

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

Color convert

RGB22319598-
CMYK00.130.560.13
HSL46.56º66.14%62.94%-
HSV(B)46.56º56.05%87.45%-
XYZ52.1555.619.54-
YUV192.3174.78149.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.22%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 98 (38.67% from 255) = 18.99%
R=43.22%
G=37.79%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231959800.130.560.1346.5666.1462.94
HexDFC3620D38D2f423f
Octal33730314201570155710277
Binary110111111100001111000100110111100011011011111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC362; }

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

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

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

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

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

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

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

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