#DFBE82

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

Shades of Chalky #DFBE82

Tints of Chalky #DFBE82

Color information

#DFBE82 (or 0xDFBE82) is unknown color: approx Chalky. HEX triplet: DF, BE and 82. RGB value is (223,190,130). Sum of RGB (Red+Green+Blue) = 223+190+130=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE82 is #20417D. Grayscale: #C1C1C1. Windows color (decimal): -2113918 or 8568543. OLE color: 8568543.

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

Color convert

RGB223190130-
CMYK00.150.420.13
HSL38.71º59.24%69.22%-
HSV(B)38.71º41.7%87.45%-
XYZ52.8754.1328.78-
YUV193.0392.43149.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 130 (51.17% from 255) = 23.94%
R=41.07%
G=34.99%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319013000.150.420.1338.7159.2469.22
HexDFBE820F2AD273b45
Octal33727620201752154773105
Binary1101111110111110100000100111110101011011001111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBE82; }

 p { color: rgb(223,190,130); }

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

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

 a { background-color: rgb(223,190,130); }

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

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

 span { border-color: rgb(223,190,130); }

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