Html Css Color HEX #DBE10E Barberry

📋 copy color: '#DBE10E'

red 219 ◦ green 225 ◦ blue 14

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

Shades of Barberry #DBE10E

Tints of Barberry #DBE10E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 47.82%
G = 49.13%
B = 3.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#DBE10E (or 0xDBE10E) is known color: Barberry. HEX triplet: DB, E1 and 0E. RGB value is (219,225,14). Sum of RGB (Red+Green+Blue) = 219+225+14=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBE10E is #241EF1. Grayscale: #C7C7C7. Windows color (decimal): -2367218 or 975323. OLE color: 975323.

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

Color convert

RGB 219 225 14 -
CMYK 0.03 0 0.94 0.12
HSL 61.71º 0.88% 0.47% -
HSV(B) 61.71º 0.94% 0.88% -
XYZ 56.22 68.94 10.76 -
YUV 199.15 23.51 142.16 -
System Red Green Blue C M Y K H S L
Decimal 219 225 14 0.03 0 0.94 0.12 61.71 0.88 0.47
Hex DB E1 E 3 0 5E C 3E 58 2F
Octal 333 341 16 3 0 136 14 76 130 57
Binary 11011011 11100001 1110 11 0 1011110 1100 111110 1011000 101111

Color Harmonies of #DBE10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE10E

Black with #DBE10E

Text Example


Text Example

White with #DBE10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE10E; }

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

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

background-color css

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

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

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

border-color css

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

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

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