#DCCD5D

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

Shades of Manz #DCCD5D

Tints of Manz #DCCD5D

Color information

#DCCD5D (or 0xDCCD5D) is unknown color: approx Manz. HEX triplet: DC, CD and 5D. RGB value is (220,205,93). Sum of RGB (Red+Green+Blue) = 220+205+93=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD5D is #2332A2. Grayscale: #C5C5C5. Windows color (decimal): -2306723 or 6147548. OLE color: 6147548.

HSL color Cylindrical-coordinate representation of color #DCCD5D: hue angle of 52.91º 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 #DCCD5D is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB22020593-
CMYK00.070.580.14
HSL52.91º64.47%61.37%-
HSV(B)52.91º57.73%86.27%-
XYZ53.3259.6719.06-
YUV196.7269.47144.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 93 (36.72% from 255) = 17.95%
R=42.47%
G=39.58%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202059300.070.580.1452.9164.4761.37
HexDCCD5D073AE35403d
Octal3343151350772166510075
Binary11011100110011011011101011111101011101101011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCD5D; }

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

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

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

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

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

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

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

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