Html Css Color HEX #DBD858 Manz

📋 copy color: '#DBD858'

red 219 ◦ green 216 ◦ blue 88

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

Shades of Manz #DBD858

Tints of Manz #DBD858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.83%

R = 41.87%
G = 41.3%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBD858 (or 0xDBD858) is known color: Manz. HEX triplet: DB, D8 and 58. RGB value is (219,216,88). Sum of RGB (Red+Green+Blue) = 219+216+88=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 88 (34.77% from 255 or 16.83% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD858 is #2427A7. Grayscale: #CACACA. Windows color (decimal): -2369448 or 5822683. OLE color: 5822683.

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

Color convert

RGB 219 216 88 -
CMYK 0 0.01 0.60 0.14
HSL 58.63º 0.65% 0.6% -
HSV(B) 58.63º 0.6% 0.86% -
XYZ 55.53 64.88 18.83 -
YUV 202.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 219 216 88 0 0.01 0.60 0.14 58.63 0.65 0.6
Hex DB D8 58 0 1 3C E 3B 41 3C
Octal 333 330 130 0 1 74 16 73 101 74
Binary 11011011 11011000 1011000 0 1 111100 1110 111011 1000001 111100

Color Harmonies of #DBD858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD858

Black with #DBD858

Text Example


Text Example

White with #DBD858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD858; }

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

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

background-color css

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

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

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

border-color css

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

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

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