Html Css Color HEX #DBDA11 Barberry

📋 copy color: '#DBDA11'

red 219 ◦ green 218 ◦ blue 17

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

Shades of Barberry #DBDA11

Tints of Barberry #DBDA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

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

R = 48.24%
G = 48.02%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBDA11 (or 0xDBDA11) is known color: Barberry. HEX triplet: DB, DA and 11. RGB value is (219,218,17). Sum of RGB (Red+Green+Blue) = 219+218+17=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA11 is #2425EE. Grayscale: #C4C4C4. Windows color (decimal): -2369007 or 1170139. OLE color: 1170139.

HSL color Cylindrical-coordinate representation of color #DBDA11: hue angle of 59.7º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBDA11 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 218 17 -
CMYK 0 0.00 0.92 0.14
HSL 59.7º 0.86% 0.46% -
HSV(B) 59.7º 0.92% 0.86% -
XYZ 54.39 65.24 10.26 -
YUV 195.39 27.33 144.84 -
System Red Green Blue C M Y K H S L
Decimal 219 218 17 0 0.00 0.92 0.14 59.7 0.86 0.46
Hex DB DA 11 0 0 5C E 3C 56 2E
Octal 333 332 21 0 0 134 16 74 126 56
Binary 11011011 11011010 10001 0 0 1011100 1110 111100 1010110 101110

Color Harmonies of #DBDA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA11

Black with #DBDA11

Text Example


Text Example

White with #DBDA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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