Html Css Color HEX #DBD74C Manz

📋 copy color: '#DBD74C'

red 219 ◦ green 215 ◦ blue 76

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

Shades of Manz #DBD74C

Tints of Manz #DBD74C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.16%

 BLUE value IS 76 (30.08% from 255) = 14.9%

R = 42.94%
G = 42.16%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBD74C (or 0xDBD74C) is known color: Manz. HEX triplet: DB, D7 and 4C. RGB value is (219,215,76). Sum of RGB (Red+Green+Blue) = 219+215+76=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 76 (30.08% from 255 or 14.90% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD74C is #2428B3. Grayscale: #C8C8C8. Windows color (decimal): -2369716 or 5035995. OLE color: 5035995.

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

Color convert

RGB 219 215 76 -
CMYK 0 0.02 0.65 0.14
HSL 58.32º 0.67% 0.58% -
HSV(B) 58.32º 0.65% 0.86% -
XYZ 54.82 64.18 16.34 -
YUV 200.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 219 215 76 0 0.02 0.65 0.14 58.32 0.67 0.58
Hex DB D7 4C 0 2 41 E 3A 43 3A
Octal 333 327 114 0 2 101 16 72 103 72
Binary 11011011 11010111 1001100 0 10 1000001 1110 111010 1000011 111010

Color Harmonies of #DBD74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD74C

Black with #DBD74C

Text Example


Text Example

White with #DBD74C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD74C; }

 p { color: rgb(219,215,76); }

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

background-color css

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

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

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

border-color css

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

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

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