#DFC380

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

Shades of Chalky #DFC380

Tints of Chalky #DFC380

Color information

#DFC380 (or 0xDFC380) is unknown color: approx Chalky. HEX triplet: DF, C3 and 80. RGB value is (223,195,128). Sum of RGB (Red+Green+Blue) = 223+195+128=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC380 is #203C7F. Grayscale: #C4C4C4. Windows color (decimal): -2112640 or 8438751. OLE color: 8438751.

HSL color Cylindrical-coordinate representation of color #DFC380: hue angle of 42.32º 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 #DFC380 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223195128-
CMYK00.130.430.13
HSL42.32º59.75%68.82%-
HSV(B)42.32º42.6%87.45%-
XYZ53.8456.2828.45-
YUV195.7389.78147.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 195 (76.56% from 255) = 35.71%
BLUE value IS 128 (50.39% from 255) = 23.44%
R=40.84%
G=35.71%
B=23.44%

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
Decimal22319512800.130.430.1342.3259.7568.82
HexDFC3800D2BD2a3c45
Octal33730320001553155274105
Binary1101111111000011100000000110110101111011010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC380; }

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

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

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

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

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

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

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

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