Html Css Color HEX #DBE011 Barberry

📋 copy color: '#DBE011'

red 219 ◦ green 224 ◦ blue 17

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

Shades of Barberry #DBE011

Tints of Barberry #DBE011

RGB

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

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

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

R = 47.61%
G = 48.7%
B = 3.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#DBE011 (or 0xDBE011) is known color: Barberry. HEX triplet: DB, E0 and 11. RGB value is (219,224,17). Sum of RGB (Red+Green+Blue) = 219+224+17=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE011 is #241FEE. Grayscale: #C7C7C7. Windows color (decimal): -2367471 or 1171675. OLE color: 1171675.

HSL color Cylindrical-coordinate representation of color #DBE011: hue angle of 61.45º 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 #DBE011 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 224 17 -
CMYK 0.02 0 0.92 0.12
HSL 61.45º 0.86% 0.47% -
HSV(B) 61.45º 0.92% 0.88% -
XYZ 55.97 68.41 10.79 -
YUV 198.91 25.34 142.33 -
System Red Green Blue C M Y K H S L
Decimal 219 224 17 0.02 0 0.92 0.12 61.45 0.86 0.47
Hex DB E0 11 2 0 5C C 3D 56 2F
Octal 333 340 21 2 0 134 14 75 126 57
Binary 11011011 11100000 10001 10 0 1011100 1100 111101 1010110 101111

Color Harmonies of #DBE011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE011

Black with #DBE011

Text Example


Text Example

White with #DBE011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE011; }

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

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

background-color css

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

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

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

border-color css

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

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

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