Html Css Color HEX #DBE111 Barberry

📋 copy color: '#DBE111'

red 219 ◦ green 225 ◦ blue 17

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

Shades of Barberry #DBE111

Tints of Barberry #DBE111

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.81%

 BLUE value IS 17 (7.03% from 255) = 3.69%

R = 47.51%
G = 48.81%
B = 3.69%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#DBE111 (or 0xDBE111) is known color: Barberry. HEX triplet: DB, E1 and 11. RGB value is (219,225,17). Sum of RGB (Red+Green+Blue) = 219+225+17=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE111 is #241EEE. Grayscale: #C8C8C8. Windows color (decimal): -2367215 or 1171931. OLE color: 1171931.

HSL color Cylindrical-coordinate representation of color #DBE111: hue angle of 61.73º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBE111 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 17 -
CMYK 0.03 0 0.92 0.12
HSL 61.73º 0.86% 0.47% -
HSV(B) 61.73º 0.92% 0.88% -
XYZ 56.24 68.95 10.88 -
YUV 199.49 25.01 141.91 -
System Red Green Blue C M Y K H S L
Decimal 219 225 17 0.03 0 0.92 0.12 61.73 0.86 0.47
Hex DB E1 11 3 0 5C C 3E 56 2F
Octal 333 341 21 3 0 134 14 76 126 57
Binary 11011011 11100001 10001 11 0 1011100 1100 111110 1010110 101111

Color Harmonies of #DBE111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE111

Black with #DBE111

Text Example


Text Example

White with #DBE111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE111; }

 p { color: rgb(219,225,17); }

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

background-color css

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

 a { background-color: rgb(219,225,17); }

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

border-color css

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

 span { border-color: rgb(219,225,17); }

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