Html Css Color HEX #DBDB5F Manz

📋 copy color: '#DBDB5F'

red 219 ◦ green 219 ◦ blue 95

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

Shades of Manz #DBDB5F

Tints of Manz #DBDB5F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

 BLUE value IS 95 (37.5% from 255) = 17.82%

R = 41.09%
G = 41.09%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DBDB5F (or 0xDBDB5F) is known color: Manz. HEX triplet: DB, DB and 5F. RGB value is (219,219,95). Sum of RGB (Red+Green+Blue) = 219+219+95=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDB5F is #2424A0. Grayscale: #CDCDCD. Windows color (decimal): -2368673 or 6282203. OLE color: 6282203.

HSL color Cylindrical-coordinate representation of color #DBDB5F: hue angle of 60º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBDB5F is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 95 -
CMYK 0 0 0.57 0.14
HSL 60º 0.63% 0.62% -
HSV(B) 60º 0.57% 0.86% -
XYZ 56.61 66.55 20.69 -
YUV 204.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 219 219 95 0 0 0.57 0.14 60 0.63 0.62
Hex DB DB 5F 0 0 39 E 3C 3F 3E
Octal 333 333 137 0 0 71 16 74 77 76
Binary 11011011 11011011 1011111 0 0 111001 1110 111100 111111 111110

Color Harmonies of #DBDB5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB5F

Black with #DBDB5F

Text Example


Text Example

White with #DBDB5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB5F; }

 p { color: rgb(219,219,95); }

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

background-color css

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

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

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

border-color css

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

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

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