#DFC16A

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

Shades of Chenin #DFC16A

Tints of Chenin #DFC16A

Color information

#DFC16A (or 0xDFC16A) is unknown color: approx Chenin. HEX triplet: DF, C1 and 6A. RGB value is (223,193,106). Sum of RGB (Red+Green+Blue) = 223+193+106=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC16A is #203E95. Grayscale: #C0C0C0. Windows color (decimal): -2113174 or 6996447. OLE color: 6996447.

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

Color convert

RGB223193106-
CMYK00.130.520.13
HSL44.62º64.64%64.51%-
HSV(B)44.62º52.47%87.45%-
XYZ52.154.8721.48-
YUV192.0579.44150.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 106 (41.80% from 255) = 20.31%
R=42.72%
G=36.97%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319310600.130.520.1344.6264.6464.51
HexDFC16A0D34D2d4141
Octal337301152015641555101101
Binary1101111111000001110101001101110100110110110110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC16A; }

 p { color: rgb(223,193,106); }

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

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

 a { background-color: rgb(223,193,106); }

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

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

 span { border-color: rgb(223,193,106); }

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