Html Css Color HEX #DBD948 Manz

📋 copy color: '#DBD948'

red 219 ◦ green 217 ◦ blue 72

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

Shades of Manz #DBD948

Tints of Manz #DBD948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.17%

R = 43.11%
G = 42.72%
B = 14.17%

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

#DBD948 (or 0xDBD948) is known color: Manz. HEX triplet: DB, D9 and 48. RGB value is (219,217,72). Sum of RGB (Red+Green+Blue) = 219+217+72=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD948 is #2426B7. Grayscale: #C9C9C9. Windows color (decimal): -2369208 or 4774363. OLE color: 4774363.

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

Color convert

RGB 219 217 72 -
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.2 65.15 15.8 -
YUV 201.07 55.16 140.79 -
System Red Green Blue C M Y K H S L
Decimal 219 217 72 0 0.01 0.67 0.14 59.18 0.67 0.57
Hex DB D9 48 0 1 43 E 3B 43 39
Octal 333 331 110 0 1 103 16 73 103 71
Binary 11011011 11011001 1001000 0 1 1000011 1110 111011 1000011 111001

Color Harmonies of #DBD948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD948

Black with #DBD948

Text Example


Text Example

White with #DBD948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD948; }

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

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

background-color css

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

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

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

border-color css

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

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

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