Html Css Color HEX #DBD949 Manz

📋 copy color: '#DBD949'

red 219 ◦ green 217 ◦ blue 73

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

Shades of Manz #DBD949

Tints of Manz #DBD949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.34%

R = 43.03%
G = 42.63%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBD949 (or 0xDBD949) is known color: Manz. HEX triplet: DB, D9 and 49. RGB value is (219,217,73). Sum of RGB (Red+Green+Blue) = 219+217+73=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD949 is #2426B6. Grayscale: #C9C9C9. Windows color (decimal): -2369207 or 4839899. OLE color: 4839899.

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

Color convert

RGB 219 217 73 -
CMYK 0 0.01 0.67 0.14
HSL 59.18º 0.67% 0.57% -
HSV(B) 59.18º 0.67% 0.86% -
XYZ 55.23 65.17 15.97 -
YUV 201.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 219 217 73 0 0.01 0.67 0.14 59.18 0.67 0.57
Hex DB D9 49 0 1 43 E 3B 43 39
Octal 333 331 111 0 1 103 16 73 103 71
Binary 11011011 11011001 1001001 0 1 1000011 1110 111011 1000011 111001

Color Harmonies of #DBD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD949

Black with #DBD949

Text Example


Text Example

White with #DBD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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