#DFC268

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

Shades of Chenin #DFC268

Tints of Chenin #DFC268

Color information

#DFC268 (or 0xDFC268) is unknown color: approx Chenin. HEX triplet: DF, C2 and 68. RGB value is (223,194,104). Sum of RGB (Red+Green+Blue) = 223+194+104=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC268 is #203D97. Grayscale: #C0C0C0. Windows color (decimal): -2112920 or 6865631. OLE color: 6865631.

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

Color convert

RGB223194104-
CMYK00.130.530.13
HSL45.38º65.03%64.12%-
HSV(B)45.38º53.36%87.45%-
XYZ52.2255.2721.01-
YUV192.4178.11149.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=42.80%
G=37.24%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319410400.130.530.1345.3865.0364.12
HexDFC2680D35D2d4140
Octal337302150015651555101100
Binary1101111111000010110100001101110101110110110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC268; }

 p { color: rgb(223,194,104); }

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

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

 a { background-color: rgb(223,194,104); }

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

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

 span { border-color: rgb(223,194,104); }

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