#DFDC5A

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

Shades of Manz #DFDC5A

Tints of Manz #DFDC5A

Color information

#DFDC5A (or 0xDFDC5A) is unknown color: approx Manz. HEX triplet: DF, DC and 5A. RGB value is (223,220,90). Sum of RGB (Red+Green+Blue) = 223+220+90=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 90 (35.55% from 255 or 16.89% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC5A is #2023A5. Grayscale: #CECECE. Windows color (decimal): -2106278 or 5954783. OLE color: 5954783.

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

Color convert

RGB22322090-
CMYK00.010.600.13
HSL58.65º67.51%61.37%-
HSV(B)58.65º59.64%87.45%-
XYZ57.8767.6119.67-
YUV206.0862.49140.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 90 (35.55% from 255) = 16.89%
R=41.84%
G=41.28%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232209000.010.600.1358.6567.5161.37
HexDFDC5A013CD3b443d
Octal3373341320174157310475
Binary110111111101110010110100111110011011110111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC5A; }

 p { color: rgb(223,220,90); }

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

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

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

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

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

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

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