#DFC17D

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

Shades of Chalky #DFC17D

Tints of Chalky #DFC17D

Color information

#DFC17D (or 0xDFC17D) is unknown color: approx Chalky. HEX triplet: DF, C1 and 7D. RGB value is (223,193,125). Sum of RGB (Red+Green+Blue) = 223+193+125=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC17D is #203E82. Grayscale: #C2C2C2. Windows color (decimal): -2113155 or 8241631. OLE color: 8241631.

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

Color convert

RGB223193125-
CMYK00.130.440.13
HSL41.63º60.49%68.24%-
HSV(B)41.63º43.95%87.45%-
XYZ53.255.3127.27-
YUV194.2288.94148.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 125 (49.22% from 255) = 23.11%
R=41.22%
G=35.67%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319312500.130.440.1341.6360.4968.24
HexDFC17D0D2CD2a3c44
Octal33730117501554155274104
Binary110111111100000111111010110110110011011010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC17D; }

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

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

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

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

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

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

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

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