Html Css Color HEX #DBD361 Manz

📋 copy color: '#DBD361'

red 219 ◦ green 211 ◦ blue 97

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

Shades of Manz #DBD361

Tints of Manz #DBD361

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.04%

 BLUE value IS 97 (38.28% from 255) = 18.41%

R = 41.56%
G = 40.04%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBD361 (or 0xDBD361) is known color: Manz. HEX triplet: DB, D3 and 61. RGB value is (219,211,97). Sum of RGB (Red+Green+Blue) = 219+211+97=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD361 is #242C9E. Grayscale: #C8C8C8. Windows color (decimal): -2370719 or 6411227. OLE color: 6411227.

HSL color Cylindrical-coordinate representation of color #DBD361: hue angle of 56.07º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBD361 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 97 -
CMYK 0 0.04 0.56 0.14
HSL 56.07º 0.63% 0.62% -
HSV(B) 56.07º 0.56% 0.86% -
XYZ 54.67 62.51 20.49 -
YUV 200.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 219 211 97 0 0.04 0.56 0.14 56.07 0.63 0.62
Hex DB D3 61 0 4 38 E 38 3F 3E
Octal 333 323 141 0 4 70 16 70 77 76
Binary 11011011 11010011 1100001 0 100 111000 1110 111000 111111 111110

Color Harmonies of #DBD361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD361

Black with #DBD361

Text Example


Text Example

White with #DBD361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD361; }

 p { color: rgb(219,211,97); }

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

background-color css

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

 a { background-color: rgb(219,211,97); }

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

border-color css

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

 span { border-color: rgb(219,211,97); }

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