#DCD251

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

Shades of Manz #DCD251

Tints of Manz #DCD251

Color information

#DCD251 (or 0xDCD251) is unknown color: approx Manz. HEX triplet: DC, D2 and 51. RGB value is (220,210,81). Sum of RGB (Red+Green+Blue) = 220+210+81=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD251 is #232DAE. Grayscale: #C6C6C6. Windows color (decimal): -2305455 or 5362396. OLE color: 5362396.

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

Color convert

RGB22021081-
CMYK00.050.630.14
HSL55.68º66.51%59.02%-
HSV(B)55.68º63.18%86.27%-
XYZ54.0561.916.88-
YUV198.2861.81143.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 210 (82.42% from 255) = 41.10%
BLUE value IS 81 (32.03% from 255) = 15.85%
R=43.05%
G=41.10%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202108100.050.630.1455.6866.5159.02
HexDCD251053FE38433b
Octal3343221210577167010373
Binary11011100110100101010001010111111111101110001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD251; }

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

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

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

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

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

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

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

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