#DFDB58

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

Shades of Manz #DFDB58

Tints of Manz #DFDB58

Color information

#DFDB58 (or 0xDFDB58) is unknown color: approx Manz. HEX triplet: DF, DB and 58. RGB value is (223,219,88). Sum of RGB (Red+Green+Blue) = 223+219+88=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDB58 is #2024A7. Grayscale: #CDCDCD. Windows color (decimal): -2106536 or 5823455. OLE color: 5823455.

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

Color convert

RGB22321988-
CMYK00.020.610.13
HSL58.22º67.84%60.98%-
HSV(B)58.22º60.54%87.45%-
XYZ57.5267.0619.14-
YUV205.2661.83140.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 88 (34.77% from 255) = 16.60%
R=42.08%
G=41.32%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232198800.020.610.1358.2267.8460.98
HexDFDB58023DD3a443d
Octal3373331300275157210475
Binary1101111111011011101100001011110111011110101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDB58; }

 p { color: rgb(223,219,88); }

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

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

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

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

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

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

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