Html Css Color HEX #DBEB53 Manz

📋 copy color: '#DBEB53'

red 219 ◦ green 235 ◦ blue 83

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

Shades of Manz #DBEB53

Tints of Manz #DBEB53

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.76%

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

R = 40.78%
G = 43.76%
B = 15.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#DBEB53 (or 0xDBEB53) is known color: Manz. HEX triplet: DB, EB and 53. RGB value is (219,235,83). Sum of RGB (Red+Green+Blue) = 219+235+83=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEB53 is #2414AC. Grayscale: #D5D5D5. Windows color (decimal): -2364589 or 5499867. OLE color: 5499867.

HSL color Cylindrical-coordinate representation of color #DBEB53: hue angle of 66.32º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DBEB53 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 235 83 -
CMYK 0.07 0 0.65 0.08
HSL 66.32º 0.79% 0.62% -
HSV(B) 66.32º 0.65% 0.92% -
XYZ 60.48 75.1 19.49 -
YUV 212.89 54.7 132.36 -
System Red Green Blue C M Y K H S L
Decimal 219 235 83 0.07 0 0.65 0.08 66.32 0.79 0.62
Hex DB EB 53 7 0 41 8 42 4F 3E
Octal 333 353 123 7 0 101 10 102 117 76
Binary 11011011 11101011 1010011 111 0 1000001 1000 1000010 1001111 111110

Color Harmonies of #DBEB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEB53

Black with #DBEB53

Text Example


Text Example

White with #DBEB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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