Html Css Color HEX #DBD457 Manz

📋 copy color: '#DBD457'

red 219 ◦ green 212 ◦ blue 87

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

Shades of Manz #DBD457

Tints of Manz #DBD457

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 87 (34.38% from 255) = 16.8%

R = 42.28%
G = 40.93%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBD457 (or 0xDBD457) is known color: Manz. HEX triplet: DB, D4 and 57. RGB value is (219,212,87). Sum of RGB (Red+Green+Blue) = 219+212+87=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 87 (34.38% from 255 or 16.80% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD457 is #242BA8. Grayscale: #C8C8C8. Windows color (decimal): -2370473 or 5756123. OLE color: 5756123.

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

Color convert

RGB 219 212 87 -
CMYK 0 0.03 0.60 0.14
HSL 56.82º 0.65% 0.6% -
HSV(B) 56.82º 0.6% 0.86% -
XYZ 54.48 62.84 18.27 -
YUV 199.84 64.32 141.66 -
System Red Green Blue C M Y K H S L
Decimal 219 212 87 0 0.03 0.60 0.14 56.82 0.65 0.6
Hex DB D4 57 0 3 3C E 39 41 3C
Octal 333 324 127 0 3 74 16 71 101 74
Binary 11011011 11010100 1010111 0 11 111100 1110 111001 1000001 111100

Color Harmonies of #DBD457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD457

Black with #DBD457

Text Example


Text Example

White with #DBD457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD457; }

 p { color: rgb(219,212,87); }

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

background-color css

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

 a { background-color: rgb(219,212,87); }

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

border-color css

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

 span { border-color: rgb(219,212,87); }

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