Html Css Color HEX #DBE012 Barberry

📋 copy color: '#DBE012'

red 219 ◦ green 224 ◦ blue 18

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

Shades of Barberry #DBE012

Tints of Barberry #DBE012

RGB

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

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

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

R = 47.51%
G = 48.59%
B = 3.9%

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

#DBE012 (or 0xDBE012) is known color: Barberry. HEX triplet: DB, E0 and 12. RGB value is (219,224,18). Sum of RGB (Red+Green+Blue) = 219+224+18=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE012 is #241FED. Grayscale: #C7C7C7. Windows color (decimal): -2367470 or 1237211. OLE color: 1237211.

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

Color convert

RGB 219 224 18 -
CMYK 0.02 0 0.92 0.12
HSL 61.46º 0.85% 0.47% -
HSV(B) 61.46º 0.92% 0.88% -
XYZ 55.98 68.42 10.83 -
YUV 199.02 25.84 142.25 -
System Red Green Blue C M Y K H S L
Decimal 219 224 18 0.02 0 0.92 0.12 61.46 0.85 0.47
Hex DB E0 12 2 0 5C C 3D 55 2F
Octal 333 340 22 2 0 134 14 75 125 57
Binary 11011011 11100000 10010 10 0 1011100 1100 111101 1010101 101111

Color Harmonies of #DBE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE012

Black with #DBE012

Text Example


Text Example

White with #DBE012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE012; }

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

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

background-color css

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

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

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

border-color css

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

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

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