#DCD25D

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

Shades of Manz #DCD25D

Tints of Manz #DCD25D

Color information

#DCD25D (or 0xDCD25D) is unknown color: approx Manz. HEX triplet: DC, D2 and 5D. RGB value is (220,210,93). Sum of RGB (Red+Green+Blue) = 220+210+93=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD25D is #232DA2. Grayscale: #C8C8C8. Windows color (decimal): -2305443 or 6148828. OLE color: 6148828.

HSL color Cylindrical-coordinate representation of color #DCD25D: hue angle of 55.28º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCD25D is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB22021093-
CMYK00.050.580.14
HSL55.28º64.47%61.37%-
HSV(B)55.28º57.73%86.27%-
XYZ54.5462.119.47-
YUV199.6567.81142.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.07%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 93 (36.72% from 255) = 17.78%
R=42.07%
G=40.15%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202109300.050.580.1455.2864.4761.37
HexDCD25D053AE37403d
Octal3343221350572166710075
Binary11011100110100101011101010111101011101101111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD25D; }

 p { color: rgb(220,210,93); }

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

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

 a { background-color: rgb(220,210,93); }

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

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

 span { border-color: rgb(220,210,93); }

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