#DFC083

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

Shades of Chalky #DFC083

Tints of Chalky #DFC083

Color information

#DFC083 (or 0xDFC083) is unknown color: approx Chalky. HEX triplet: DF, C0 and 83. RGB value is (223,192,131). Sum of RGB (Red+Green+Blue) = 223+192+131=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC083 is #203F7C. Grayscale: #C2C2C2. Windows color (decimal): -2113405 or 8634591. OLE color: 8634591.

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

Color convert

RGB223192131-
CMYK00.140.410.13
HSL39.78º58.97%69.41%-
HSV(B)39.78º41.26%87.45%-
XYZ53.3855.0329.28-
YUV194.3192.27148.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 192 (75.39% from 255) = 35.16%
BLUE value IS 131 (51.56% from 255) = 23.99%
R=40.84%
G=35.16%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319213100.140.410.1339.7858.9769.41
HexDFC0830E29D283b45
Octal33730020301651155073105
Binary1101111111000000100000110111010100111011010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC083; }

 p { color: rgb(223,192,131); }

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

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

 a { background-color: rgb(223,192,131); }

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

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

 span { border-color: rgb(223,192,131); }

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