Html Css Color HEX #DBE211 Barberry

📋 copy color: '#DBE211'

red 219 ◦ green 226 ◦ blue 17

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

Shades of Barberry #DBE211

Tints of Barberry #DBE211

RGB

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

 GREEN value IS 226 (88.67% from 255) = 48.92%

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

R = 47.4%
G = 48.92%
B = 3.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#DBE211 (or 0xDBE211) is known color: Barberry. HEX triplet: DB, E2 and 11. RGB value is (219,226,17). Sum of RGB (Red+Green+Blue) = 219+226+17=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 226 (88.67% from 255 or 48.92% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE211 is #241DEE. Grayscale: #C8C8C8. Windows color (decimal): -2366959 or 1172187. OLE color: 1172187.

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

Color convert

RGB 219 226 17 -
CMYK 0.03 0 0.92 0.11
HSL 62.01º 0.86% 0.48% -
HSV(B) 62.01º 0.92% 0.89% -
XYZ 56.51 69.49 10.97 -
YUV 200.08 24.68 141.49 -
System Red Green Blue C M Y K H S L
Decimal 219 226 17 0.03 0 0.92 0.11 62.01 0.86 0.48
Hex DB E2 11 3 0 5C B 3E 56 30
Octal 333 342 21 3 0 134 13 76 126 60
Binary 11011011 11100010 10001 11 0 1011100 1011 111110 1010110 110000

Color Harmonies of #DBE211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE211

Black with #DBE211

Text Example


Text Example

White with #DBE211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE211; }

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

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

background-color css

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

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

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

border-color css

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

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

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