#DFDF5B

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

Shades of Manz #DFDF5B

Tints of Manz #DFDF5B

Color information

#DFDF5B (or 0xDFDF5B) is unknown color: approx Manz. HEX triplet: DF, DF and 5B. RGB value is (223,223,91). Sum of RGB (Red+Green+Blue) = 223+223+91=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDF5B is #2020A4. Grayscale: #D0D0D0. Windows color (decimal): -2105509 or 6021087. OLE color: 6021087.

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

Color convert

RGB22322391-
CMYK000.590.13
HSL60º67.35%61.57%-
HSV(B)60º59.19%87.45%-
XYZ58.7169.2220.16-
YUV207.9562138.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 91 (35.94% from 255) = 16.95%
R=41.53%
G=41.53%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322391000.590.136067.3561.57
HexDFDF5B003BD3c433e
Octal3373371330073157410376
Binary110111111101111110110110011101111011111001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDF5B; }

 p { color: rgb(223,223,91); }

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

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

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

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

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

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

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