Html Css Color HEX #DBE014 Barberry

📋 copy color: '#DBE014'

red 219 ◦ green 224 ◦ blue 20

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

Shades of Barberry #DBE014

Tints of Barberry #DBE014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.32%

R = 47.3%
G = 48.38%
B = 4.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#DBE014 (or 0xDBE014) is known color: Barberry. HEX triplet: DB, E0 and 14. RGB value is (219,224,20). Sum of RGB (Red+Green+Blue) = 219+224+20=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE014 is #241FEB. Grayscale: #C8C8C8. Windows color (decimal): -2367468 or 1368283. OLE color: 1368283.

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

Color convert

RGB 219 224 20 -
CMYK 0.02 0 0.91 0.12
HSL 61.47º 0.84% 0.48% -
HSV(B) 61.47º 0.91% 0.88% -
XYZ 56 68.42 10.92 -
YUV 199.25 26.84 142.09 -
System Red Green Blue C M Y K H S L
Decimal 219 224 20 0.02 0 0.91 0.12 61.47 0.84 0.48
Hex DB E0 14 2 0 5B C 3D 54 30
Octal 333 340 24 2 0 133 14 75 124 60
Binary 11011011 11100000 10100 10 0 1011011 1100 111101 1010100 110000

Color Harmonies of #DBE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE014

Black with #DBE014

Text Example


Text Example

White with #DBE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE014; }

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

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

background-color css

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

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

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

border-color css

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

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

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