Html Css Color HEX #DBDE11 Barberry

📋 copy color: '#DBDE11'

red 219 ◦ green 222 ◦ blue 17

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

Shades of Barberry #DBDE11

Tints of Barberry #DBDE11

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

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

R = 47.82%
G = 48.47%
B = 3.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DBDE11 (or 0xDBDE11) is known color: Barberry. HEX triplet: DB, DE and 11. RGB value is (219,222,17). Sum of RGB (Red+Green+Blue) = 219+222+17=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 17 (7.03% from 255 or 3.71% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDE11 is #2421EE. Grayscale: #C6C6C6. Windows color (decimal): -2367983 or 1171163. OLE color: 1171163.

HSL color Cylindrical-coordinate representation of color #DBDE11: hue angle of 60.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBDE11 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 17 -
CMYK 0.01 0 0.92 0.13
HSL 60.88º 0.86% 0.47% -
HSV(B) 60.88º 0.92% 0.87% -
XYZ 55.44 67.34 10.61 -
YUV 197.73 26.01 143.17 -
System Red Green Blue C M Y K H S L
Decimal 219 222 17 0.01 0 0.92 0.13 60.88 0.86 0.47
Hex DB DE 11 1 0 5C D 3D 56 2F
Octal 333 336 21 1 0 134 15 75 126 57
Binary 11011011 11011110 10001 1 0 1011100 1101 111101 1010110 101111

Color Harmonies of #DBDE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE11

Black with #DBDE11

Text Example


Text Example

White with #DBDE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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