Html Css Color HEX #DBD84D Manz

📋 copy color: '#DBD84D'

red 219 ◦ green 216 ◦ blue 77

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

Shades of Manz #DBD84D

Tints of Manz #DBD84D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.19%

 BLUE value IS 77 (30.47% from 255) = 15.04%

R = 42.77%
G = 42.19%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DBD84D (or 0xDBD84D) is known color: Manz. HEX triplet: DB, D8 and 4D. RGB value is (219,216,77). Sum of RGB (Red+Green+Blue) = 219+216+77=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD84D is #2427B2. Grayscale: #C9C9C9. Windows color (decimal): -2369459 or 5101787. OLE color: 5101787.

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

Color convert

RGB 219 216 77 -
CMYK 0 0.01 0.65 0.14
HSL 58.73º 0.66% 0.58% -
HSV(B) 58.73º 0.65% 0.86% -
XYZ 55.11 64.71 16.61 -
YUV 201.05 57.99 140.8 -
System Red Green Blue C M Y K H S L
Decimal 219 216 77 0 0.01 0.65 0.14 58.73 0.66 0.58
Hex DB D8 4D 0 1 41 E 3B 42 3A
Octal 333 330 115 0 1 101 16 73 102 72
Binary 11011011 11011000 1001101 0 1 1000001 1110 111011 1000010 111010

Color Harmonies of #DBD84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD84D

Black with #DBD84D

Text Example


Text Example

White with #DBD84D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD84D; }

 p { color: rgb(219,216,77); }

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

background-color css

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

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

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

border-color css

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

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

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