#DFC481

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

Shades of Chalky #DFC481

Tints of Chalky #DFC481

Color information

#DFC481 (or 0xDFC481) is unknown color: approx Chalky. HEX triplet: DF, C4 and 81. RGB value is (223,196,129). Sum of RGB (Red+Green+Blue) = 223+196+129=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC481 is #203B7E. Grayscale: #C4C4C4. Windows color (decimal): -2112383 or 8504543. OLE color: 8504543.

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

Color convert

RGB223196129-
CMYK00.120.420.13
HSL42.77º59.49%69.02%-
HSV(B)42.77º42.15%87.45%-
XYZ54.1356.7528.87-
YUV196.4389.95146.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.69%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 129 (50.78% from 255) = 23.54%
R=40.69%
G=35.77%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319612900.120.420.1342.7759.4969.02
HexDFC4810C2AD2b3b45
Octal33730420101452155373105
Binary1101111111000100100000010110010101011011010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC481; }

 p { color: rgb(223,196,129); }

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

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

 a { background-color: rgb(223,196,129); }

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

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

 span { border-color: rgb(223,196,129); }

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