Html Css Color HEX #DBD461 Manz

📋 copy color: '#DBD461'

red 219 ◦ green 212 ◦ blue 97

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

Shades of Manz #DBD461

Tints of Manz #DBD461

RGB

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

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

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

R = 41.48%
G = 40.15%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBD461 (or 0xDBD461) is known color: Manz. HEX triplet: DB, D4 and 61. RGB value is (219,212,97). Sum of RGB (Red+Green+Blue) = 219+212+97=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD461 is #242B9E. Grayscale: #C9C9C9. Windows color (decimal): -2370463 or 6411483. OLE color: 6411483.

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

Color convert

RGB 219 212 97 -
CMYK 0 0.03 0.56 0.14
HSL 56.56º 0.63% 0.62% -
HSV(B) 56.56º 0.56% 0.86% -
XYZ 54.91 63.01 20.58 -
YUV 200.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 219 212 97 0 0.03 0.56 0.14 56.56 0.63 0.62
Hex DB D4 61 0 3 38 E 39 3F 3E
Octal 333 324 141 0 3 70 16 71 77 76
Binary 11011011 11010100 1100001 0 11 111000 1110 111001 111111 111110

Color Harmonies of #DBD461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD461

Black with #DBD461

Text Example


Text Example

White with #DBD461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD461; }

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

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

background-color css

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

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

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

border-color css

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

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

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