Html Css Color HEX #DBDE53 Manz

📋 copy color: '#DBDE53'

red 219 ◦ green 222 ◦ blue 83

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

Shades of Manz #DBDE53

Tints of Manz #DBDE53

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

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

R = 41.79%
G = 42.37%
B = 15.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DBDE53 (or 0xDBDE53) is known color: Manz. HEX triplet: DB, DE and 53. RGB value is (219,222,83). Sum of RGB (Red+Green+Blue) = 219+222+83=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE53 is #2421AC. Grayscale: #CDCDCD. Windows color (decimal): -2367917 or 5496539. OLE color: 5496539.

HSL color Cylindrical-coordinate representation of color #DBDE53: hue angle of 61.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DBDE53 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 83 -
CMYK 0.01 0 0.63 0.13
HSL 61.29º 0.68% 0.6% -
HSV(B) 61.29º 0.63% 0.87% -
XYZ 56.9 67.93 18.3 -
YUV 205.26 59.01 137.8 -
System Red Green Blue C M Y K H S L
Decimal 219 222 83 0.01 0 0.63 0.13 61.29 0.68 0.6
Hex DB DE 53 1 0 3F D 3D 44 3C
Octal 333 336 123 1 0 77 15 75 104 74
Binary 11011011 11011110 1010011 1 0 111111 1101 111101 1000100 111100

Color Harmonies of #DBDE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE53

Black with #DBDE53

Text Example


Text Example

White with #DBDE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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