#DFC280

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

Shades of Chalky #DFC280

Tints of Chalky #DFC280

Color information

#DFC280 (or 0xDFC280) is unknown color: approx Chalky. HEX triplet: DF, C2 and 80. RGB value is (223,194,128). Sum of RGB (Red+Green+Blue) = 223+194+128=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC280 is #203D7F. Grayscale: #C3C3C3. Windows color (decimal): -2112896 or 8438495. OLE color: 8438495.

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

Color convert

RGB223194128-
CMYK00.130.430.13
HSL41.68º59.75%68.82%-
HSV(B)41.68º42.6%87.45%-
XYZ53.6255.8328.37-
YUV195.1590.11147.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 194 (76.17% from 255) = 35.60%
BLUE value IS 128 (50.39% from 255) = 23.49%
R=40.92%
G=35.60%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319412800.130.430.1341.6859.7568.82
HexDFC2800D2BD2a3c45
Octal33730220001553155274105
Binary1101111111000010100000000110110101111011010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC280; }

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

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

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

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

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

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

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

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