Html Css Color HEX #DBD855 Manz

📋 copy color: '#DBD855'

red 219 ◦ green 216 ◦ blue 85

#DBD855
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manz #DBD855

Tints of Manz #DBD855

RGB

 RED value IS 219 (85.94% from 255) = 42.12%

 GREEN value IS 216 (84.77% from 255) = 41.54%

 BLUE value IS 85 (33.59% from 255) = 16.35%

R = 42.12%
G = 41.54%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DBD855 (or 0xDBD855) is known color: Manz. HEX triplet: DB, D8 and 55. RGB value is (219,216,85). Sum of RGB (Red+Green+Blue) = 219+216+85=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD855 is #2427AA. Grayscale: #CACACA. Windows color (decimal): -2369451 or 5626075. OLE color: 5626075.

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

Color convert

RGB 219 216 85 -
CMYK 0 0.01 0.61 0.14
HSL 58.66º 0.65% 0.6% -
HSV(B) 58.66º 0.61% 0.86% -
XYZ 55.41 64.83 18.19 -
YUV 201.96 61.99 140.15 -
System Red Green Blue C M Y K H S L
Decimal 219 216 85 0 0.01 0.61 0.14 58.66 0.65 0.6
Hex DB D8 55 0 1 3D E 3B 41 3C
Octal 333 330 125 0 1 75 16 73 101 74
Binary 11011011 11011000 1010101 0 1 111101 1110 111011 1000001 111100

Color Harmonies of #DBD855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD855

Black with #DBD855

Text Example


Text Example

White with #DBD855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD855; }

 p { color: rgb(219,216,85); }

 H1.HeaderClassName
 {
   color: #DBD855;
 }
 .AnyTagClassName
 {
   color: #DBD855;
 }
</style>

background-color css

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

 a { background-color: rgb(219,216,85); }

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

border-color css

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

 span { border-color: rgb(219,216,85); }

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