Html Css Color HEX #DBEA53 Manz

📋 copy color: '#DBEA53'

red 219 ◦ green 234 ◦ blue 83

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

Shades of Manz #DBEA53

Tints of Manz #DBEA53

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.66%

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

R = 40.86%
G = 43.66%
B = 15.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#DBEA53 (or 0xDBEA53) is known color: Manz. HEX triplet: DB, EA and 53. RGB value is (219,234,83). Sum of RGB (Red+Green+Blue) = 219+234+83=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 83 (32.81% from 255 or 15.49% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA53 is #2415AC. Grayscale: #D4D4D4. Windows color (decimal): -2364845 or 5499611. OLE color: 5499611.

HSL color Cylindrical-coordinate representation of color #DBEA53: hue angle of 65.96º degrees, saturation: 0.78, 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 #DBEA53 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 234 83 -
CMYK 0.06 0 0.65 0.08
HSL 65.96º 0.78% 0.62% -
HSV(B) 65.96º 0.65% 0.92% -
XYZ 60.2 74.53 19.4 -
YUV 212.3 55.03 132.78 -
System Red Green Blue C M Y K H S L
Decimal 219 234 83 0.06 0 0.65 0.08 65.96 0.78 0.62
Hex DB EA 53 6 0 41 8 42 4E 3E
Octal 333 352 123 6 0 101 10 102 116 76
Binary 11011011 11101010 1010011 110 0 1000001 1000 1000010 1001110 111110

Color Harmonies of #DBEA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA53

Black with #DBEA53

Text Example


Text Example

White with #DBEA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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