Html Css Color HEX #DBD94D Manz

📋 copy color: '#DBD94D'

red 219 ◦ green 217 ◦ blue 77

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

Shades of Manz #DBD94D

Tints of Manz #DBD94D

RGB

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

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

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

R = 42.69%
G = 42.3%
B = 15.01%

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

#DBD94D (or 0xDBD94D) is known color: Manz. HEX triplet: DB, D9 and 4D. RGB value is (219,217,77). Sum of RGB (Red+Green+Blue) = 219+217+77=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 77 (30.47% from 255 or 15.01% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD94D is #2426B2. Grayscale: #CACACA. Windows color (decimal): -2369203 or 5102043. OLE color: 5102043.

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

Color convert

RGB 219 217 77 -
CMYK 0 0.01 0.65 0.14
HSL 59.15º 0.66% 0.58% -
HSV(B) 59.15º 0.65% 0.86% -
XYZ 55.37 65.22 16.69 -
YUV 201.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 219 217 77 0 0.01 0.65 0.14 59.15 0.66 0.58
Hex DB D9 4D 0 1 41 E 3B 42 3A
Octal 333 331 115 0 1 101 16 73 102 72
Binary 11011011 11011001 1001101 0 1 1000001 1110 111011 1000010 111010

Color Harmonies of #DBD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD94D

Black with #DBD94D

Text Example


Text Example

White with #DBD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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