#DFD25B

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

Shades of Manz #DFD25B

Tints of Manz #DFD25B

Color information

#DFD25B (or 0xDFD25B) is unknown color: approx Manz. HEX triplet: DF, D2 and 5B. RGB value is (223,210,91). Sum of RGB (Red+Green+Blue) = 223+210+91=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 91 (35.94% from 255 or 17.37% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD25B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFD25B is #202DA4. Grayscale: #C8C8C8. Windows color (decimal): -2108837 or 6017759. OLE color: 6017759.

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

Color convert

RGB22321091-
CMYK00.060.590.13
HSL54.09º67.35%61.57%-
HSV(B)54.09º59.19%87.45%-
XYZ55.3762.5419.05-
YUV200.3266.31144.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 91 (35.94% from 255) = 17.37%
R=42.56%
G=40.08%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2232109100.060.590.1354.0967.3561.57
HexDFD25B063BD36433e
Octal3373221330673156610376
Binary11011111110100101011011011011101111011101101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD25B; }

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

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

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

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

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

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

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

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