Html Css Color HEX #DBD74D Manz

📋 copy color: '#DBD74D'

red 219 ◦ green 215 ◦ blue 77

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

Shades of Manz #DBD74D

Tints of Manz #DBD74D

RGB

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

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

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

R = 42.86%
G = 42.07%
B = 15.07%

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

#DBD74D (or 0xDBD74D) is known color: Manz. HEX triplet: DB, D7 and 4D. RGB value is (219,215,77). Sum of RGB (Red+Green+Blue) = 219+215+77=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 77 (30.47% from 255 or 15.07% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD74D is #2428B2. Grayscale: #C9C9C9. Windows color (decimal): -2369715 or 5101531. OLE color: 5101531.

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

Color convert

RGB 219 215 77 -
CMYK 0 0.02 0.65 0.14
HSL 58.31º 0.66% 0.58% -
HSV(B) 58.31º 0.65% 0.86% -
XYZ 54.85 64.2 16.52 -
YUV 200.46 58.33 141.22 -
System Red Green Blue C M Y K H S L
Decimal 219 215 77 0 0.02 0.65 0.14 58.31 0.66 0.58
Hex DB D7 4D 0 2 41 E 3A 42 3A
Octal 333 327 115 0 2 101 16 72 102 72
Binary 11011011 11010111 1001101 0 10 1000001 1110 111010 1000010 111010

Color Harmonies of #DBD74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD74D

Black with #DBD74D

Text Example


Text Example

White with #DBD74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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