#dfbd78

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

Shades of Chalky #DFBD78

Tints of Chalky #DFBD78

Color information

#DFBD78 (or 0xDFBD78) is unknown color: approx Chalky. HEX triplet: DF, BD and 78. RGB value is (223,189,120). Sum of RGB (Red+Green+Blue) = 223+189+120=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD78 is #204287. Grayscale: #BFBFBF. Windows color (decimal): -2114184 or 7912927. OLE color: 7912927.

HSL color Cylindrical-coordinate representation of color #DFBD78: hue angle of 40.19º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DFBD78 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB223189120-
CMYK00.150.460.13
HSL40.19º61.68%67.25%-
HSV(B)40.19º46.19%87.45%-
XYZ52.0253.4425.34-
YUV191.387.76150.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 120 (47.27% from 255) = 22.56%
R=41.92%
G=35.53%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318912000.150.460.1340.1961.6867.25
HexDFBD780F2ED283e43
Octal33727517001756155076103
Binary110111111011110111110000111110111011011010001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfbd78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfbd78; }

 p { color: rgb(223,189,120); }

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

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

 a { background-color: rgb(223,189,120); }

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

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

 span { border-color: rgb(223,189,120); }

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