Html Css Color HEX #DBD64D Manz

📋 copy color: '#DBD64D'

red 219 ◦ green 214 ◦ blue 77

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

Shades of Manz #DBD64D

Tints of Manz #DBD64D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

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

R = 42.94%
G = 41.96%
B = 15.1%

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

#DBD64D (or 0xDBD64D) is known color: Manz. HEX triplet: DB, D6 and 4D. RGB value is (219,214,77). Sum of RGB (Red+Green+Blue) = 219+214+77=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD64D is #2429B2. Grayscale: #C8C8C8. Windows color (decimal): -2369971 or 5101275. OLE color: 5101275.

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

Color convert

RGB 219 214 77 -
CMYK 0 0.02 0.65 0.14
HSL 57.89º 0.66% 0.58% -
HSV(B) 57.89º 0.65% 0.86% -
XYZ 54.6 63.69 16.44 -
YUV 199.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 219 214 77 0 0.02 0.65 0.14 57.89 0.66 0.58
Hex DB D6 4D 0 2 41 E 3A 42 3A
Octal 333 326 115 0 2 101 16 72 102 72
Binary 11011011 11010110 1001101 0 10 1000001 1110 111010 1000010 111010

Color Harmonies of #DBD64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD64D

Black with #DBD64D

Text Example


Text Example

White with #DBD64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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