#DFBD7B

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

Shades of Chalky #DFBD7B

Tints of Chalky #DFBD7B

Color information

#DFBD7B (or 0xDFBD7B) is unknown color: approx Chalky. HEX triplet: DF, BD and 7B. RGB value is (223,189,123). Sum of RGB (Red+Green+Blue) = 223+189+123=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD7B is #204284. Grayscale: #BFBFBF. Windows color (decimal): -2114181 or 8109535. OLE color: 8109535.

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

Color convert

RGB223189123-
CMYK00.150.450.13
HSL39.6º60.98%67.84%-
HSV(B)39.6º44.84%87.45%-
XYZ52.253.5126.32-
YUV191.6489.26150.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 123 (48.44% from 255) = 22.99%
R=41.68%
G=35.33%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318912300.150.450.1339.660.9867.84
HexDFBD7B0F2DD283d44
Octal33727517301755155075104
Binary110111111011110111110110111110110111011010001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBD7B; }

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

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

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

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

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

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

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

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