#DFDD56

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

Shades of Manz #DFDD56

Tints of Manz #DFDD56

Color information

#DFDD56 (or 0xDFDD56) is unknown color: approx Manz. HEX triplet: DF, DD and 56. RGB value is (223,221,86). Sum of RGB (Red+Green+Blue) = 223+221+86=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD56 is #2022A9. Grayscale: #CECECE. Windows color (decimal): -2106026 or 5692895. OLE color: 5692895.

HSL color Cylindrical-coordinate representation of color #DFDD56: hue angle of 59.12º 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 #DFDD56 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22322186-
CMYK00.010.610.13
HSL59.12º68.16%60.59%-
HSV(B)59.12º61.43%87.45%-
XYZ57.9768.0718.89-
YUV206.2160.16139.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 86 (33.98% from 255) = 16.23%
R=42.08%
G=41.70%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232218600.010.610.1359.1268.1660.59
HexDFDD56013DD3b443d
Octal3373351260175157310475
Binary110111111101110110101100111110111011110111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD56; }

 p { color: rgb(223,221,86); }

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

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

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

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

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

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

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