#DBD35C

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

Shades of Manz #DBD35C

Tints of Manz #DBD35C

Color information

#DBD35C (or 0xDBD35C) is unknown color: approx Manz. HEX triplet: DB, D3 and 5C. RGB value is (219,211,92). Sum of RGB (Red+Green+Blue) = 219+211+92=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD35C is #242CA3. Grayscale: #C8C8C8. Windows color (decimal): -2370724 or 6083547. OLE color: 6083547.

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

Color convert

RGB21921192-
CMYK00.040.580.14
HSL56.22º63.82%60.98%-
HSV(B)56.22º57.99%85.88%-
XYZ54.4462.4219.3-
YUV199.8367.15141.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.95%
GREEN value IS 211 (82.81% from 255) = 40.42%
BLUE value IS 92 (36.33% from 255) = 17.62%
R=41.95%
G=40.42%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192119200.040.580.1456.2263.8260.98
HexDBD35C043AE38403d
Octal3333231340472167010075
Binary11011011110100111011100010011101011101110001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD35C; }

 p { color: rgb(219,211,92); }

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

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

 a { background-color: rgb(219,211,92); }

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

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

 span { border-color: rgb(219,211,92); }

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