#DFBD7C

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

Shades of Chalky #DFBD7C

Tints of Chalky #DFBD7C

Color information

#DFBD7C (or 0xDFBD7C) is unknown color: approx Chalky. HEX triplet: DF, BD and 7C. RGB value is (223,189,124). Sum of RGB (Red+Green+Blue) = 223+189+124=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD7C is #204283. Grayscale: #C0C0C0. Windows color (decimal): -2114180 or 8175071. OLE color: 8175071.

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

Color convert

RGB223189124-
CMYK00.150.440.13
HSL39.39º60.74%68.04%-
HSV(B)39.39º44.39%87.45%-
XYZ52.2753.5426.65-
YUV191.7689.76150.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 124 (48.83% from 255) = 23.13%
R=41.60%
G=35.26%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318912400.150.440.1339.3960.7468.04
HexDFBD7C0F2CD273d44
Octal33727517401754154775104
Binary110111111011110111111000111110110011011001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD7C; }

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

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

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

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

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

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

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

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