Html Css Color HEX #DBDA53 Manz

📋 copy color: '#DBDA53'

red 219 ◦ green 218 ◦ blue 83

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

Shades of Manz #DBDA53

Tints of Manz #DBDA53

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.92%

 BLUE value IS 83 (32.81% from 255) = 15.96%

R = 42.12%
G = 41.92%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DBDA53 (or 0xDBDA53) is known color: Manz. HEX triplet: DB, DA and 53. RGB value is (219,218,83). Sum of RGB (Red+Green+Blue) = 219+218+83=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDA53 is #2425AC. Grayscale: #CBCBCB. Windows color (decimal): -2368941 or 5495515. OLE color: 5495515.

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

Color convert

RGB 219 218 83 -
CMYK 0 0.00 0.62 0.14
HSL 59.56º 0.65% 0.59% -
HSV(B) 59.56º 0.62% 0.86% -
XYZ 55.85 65.83 17.95 -
YUV 202.91 60.33 139.48 -
System Red Green Blue C M Y K H S L
Decimal 219 218 83 0 0.00 0.62 0.14 59.56 0.65 0.59
Hex DB DA 53 0 0 3E E 3C 41 3B
Octal 333 332 123 0 0 76 16 74 101 73
Binary 11011011 11011010 1010011 0 0 111110 1110 111100 1000001 111011

Color Harmonies of #DBDA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA53

Black with #DBDA53

Text Example


Text Example

White with #DBDA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA53; }

 p { color: rgb(219,218,83); }

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

background-color css

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

 a { background-color: rgb(219,218,83); }

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

border-color css

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

 span { border-color: rgb(219,218,83); }

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