Html Css Color HEX #DBE64A Manz

📋 copy color: '#DBE64A'

red 219 ◦ green 230 ◦ blue 74

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

Shades of Manz #DBE64A

Tints of Manz #DBE64A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.98%

 BLUE value IS 74 (29.3% from 255) = 14.15%

R = 41.87%
G = 43.98%
B = 14.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#DBE64A (or 0xDBE64A) is known color: Manz. HEX triplet: DB, E6 and 4A. RGB value is (219,230,74). Sum of RGB (Red+Green+Blue) = 219+230+74=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBE64A is #2419B5. Grayscale: #D1D1D1. Windows color (decimal): -2365878 or 4908763. OLE color: 4908763.

HSL color Cylindrical-coordinate representation of color #DBE64A: hue angle of 64.23º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBE64A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 74 -
CMYK 0.05 0 0.68 0.10
HSL 64.23º 0.76% 0.6% -
HSV(B) 64.23º 0.68% 0.9% -
XYZ 58.75 72.15 17.31 -
YUV 208.93 51.86 135.18 -
System Red Green Blue C M Y K H S L
Decimal 219 230 74 0.05 0 0.68 0.10 64.23 0.76 0.6
Hex DB E6 4A 5 0 44 A 40 4C 3C
Octal 333 346 112 5 0 104 12 100 114 74
Binary 11011011 11100110 1001010 101 0 1000100 1010 1000000 1001100 111100

Color Harmonies of #DBE64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE64A

Black with #DBE64A

Text Example


Text Example

White with #DBE64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE64A; }

 p { color: rgb(219,230,74); }

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

background-color css

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

 a { background-color: rgb(219,230,74); }

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

border-color css

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

 span { border-color: rgb(219,230,74); }

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