#DFC26C

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

Shades of Chenin #DFC26C

Tints of Chenin #DFC26C

Color information

#DFC26C (or 0xDFC26C) is unknown color: approx Chenin. HEX triplet: DF, C2 and 6C. RGB value is (223,194,108). Sum of RGB (Red+Green+Blue) = 223+194+108=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC26C is #203D93. Grayscale: #C1C1C1. Windows color (decimal): -2112916 or 7127775. OLE color: 7127775.

HSL color Cylindrical-coordinate representation of color #DFC26C: hue angle of 44.87º degrees, saturation: 0.64, 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 #DFC26C is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223194108-
CMYK00.130.520.13
HSL44.87º64.25%64.9%-
HSV(B)44.87º51.57%87.45%-
XYZ52.4355.3522.11-
YUV192.8780.11149.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 108 (42.58% from 255) = 20.57%
R=42.48%
G=36.95%
B=20.57%

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
Decimal22319410800.130.520.1344.8764.2564.9
HexDFC26C0D34D2d4041
Octal337302154015641555100101
Binary1101111111000010110110001101110100110110110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC26C; }

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

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

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

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

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

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

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

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