Html Css Color HEX #DBD958 Manz

📋 copy color: '#DBD958'

red 219 ◦ green 217 ◦ blue 88

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

Shades of Manz #DBD958

Tints of Manz #DBD958

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.41%

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

R = 41.79%
G = 41.41%
B = 16.79%

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

#DBD958 (or 0xDBD958) is known color: Manz. HEX triplet: DB, D9 and 58. RGB value is (219,217,88). Sum of RGB (Red+Green+Blue) = 219+217+88=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 88 (34.77% from 255 or 16.79% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD958 is #2426A7. Grayscale: #CBCBCB. Windows color (decimal): -2369192 or 5822939. OLE color: 5822939.

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

Color convert

RGB 219 217 88 -
CMYK 0 0.01 0.60 0.14
HSL 59.08º 0.65% 0.6% -
HSV(B) 59.08º 0.6% 0.86% -
XYZ 55.79 65.39 18.91 -
YUV 202.89 63.16 139.49 -
System Red Green Blue C M Y K H S L
Decimal 219 217 88 0 0.01 0.60 0.14 59.08 0.65 0.6
Hex DB D9 58 0 1 3C E 3B 41 3C
Octal 333 331 130 0 1 74 16 73 101 74
Binary 11011011 11011001 1011000 0 1 111100 1110 111011 1000001 111100

Color Harmonies of #DBD958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD958

Black with #DBD958

Text Example


Text Example

White with #DBD958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD958; }

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

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

background-color css

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

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

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

border-color css

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

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

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