Html Css Color HEX #DBE04B Manz

📋 copy color: '#DBE04B'

red 219 ◦ green 224 ◦ blue 75

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

Shades of Manz #DBE04B

Tints of Manz #DBE04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.24%

 BLUE value IS 75 (29.69% from 255) = 14.48%

R = 42.28%
G = 43.24%
B = 14.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#DBE04B (or 0xDBE04B) is known color: Manz. HEX triplet: DB, E0 and 4B. RGB value is (219,224,75). Sum of RGB (Red+Green+Blue) = 219+224+75=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE04B is #241FB4. Grayscale: #CECECE. Windows color (decimal): -2367413 or 4972763. OLE color: 4972763.

HSL color Cylindrical-coordinate representation of color #DBE04B: hue angle of 62.01º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBE04B is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 75 -
CMYK 0.02 0 0.67 0.12
HSL 62.01º 0.71% 0.59% -
HSV(B) 62.01º 0.67% 0.88% -
XYZ 57.14 68.88 16.94 -
YUV 205.52 54.34 137.62 -
System Red Green Blue C M Y K H S L
Decimal 219 224 75 0.02 0 0.67 0.12 62.01 0.71 0.59
Hex DB E0 4B 2 0 43 C 3E 47 3B
Octal 333 340 113 2 0 103 14 76 107 73
Binary 11011011 11100000 1001011 10 0 1000011 1100 111110 1000111 111011

Color Harmonies of #DBE04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE04B

Black with #DBE04B

Text Example


Text Example

White with #DBE04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE04B; }

 p { color: rgb(219,224,75); }

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

background-color css

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

 a { background-color: rgb(219,224,75); }

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

border-color css

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

 span { border-color: rgb(219,224,75); }

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