Html Css Color HEX #DBE112 Barberry

📋 copy color: '#DBE112'

red 219 ◦ green 225 ◦ blue 18

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

Shades of Barberry #DBE112

Tints of Barberry #DBE112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 47.4%
G = 48.7%
B = 3.9%

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

#DBE112 (or 0xDBE112) is known color: Barberry. HEX triplet: DB, E1 and 12. RGB value is (219,225,18). Sum of RGB (Red+Green+Blue) = 219+225+18=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE112 is #241EED. Grayscale: #C8C8C8. Windows color (decimal): -2367214 or 1237467. OLE color: 1237467.

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

Color convert

RGB 219 225 18 -
CMYK 0.03 0 0.92 0.12
HSL 61.74º 0.85% 0.48% -
HSV(B) 61.74º 0.92% 0.88% -
XYZ 56.25 68.95 10.92 -
YUV 199.61 25.51 141.83 -
System Red Green Blue C M Y K H S L
Decimal 219 225 18 0.03 0 0.92 0.12 61.74 0.85 0.48
Hex DB E1 12 3 0 5C C 3E 55 30
Octal 333 341 22 3 0 134 14 76 125 60
Binary 11011011 11100001 10010 11 0 1011100 1100 111110 1010101 110000

Color Harmonies of #DBE112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE112

Black with #DBE112

Text Example


Text Example

White with #DBE112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE112; }

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

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

background-color css

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

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

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

border-color css

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

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

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