Html Css Color HEX #DBDA19 Barberry

📋 copy color: '#DBDA19'

red 219 ◦ green 218 ◦ blue 25

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

Shades of Barberry #DBDA19

Tints of Barberry #DBDA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.41%

R = 47.4%
G = 47.19%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DBDA19 (or 0xDBDA19) is known color: Barberry. HEX triplet: DB, DA and 19. RGB value is (219,218,25). Sum of RGB (Red+Green+Blue) = 219+218+25=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA19 is #2425E6. Grayscale: #C5C5C5. Windows color (decimal): -2368999 or 1694427. OLE color: 1694427.

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

Color convert

RGB 219 218 25 -
CMYK 0 0.00 0.89 0.14
HSL 59.69º 0.8% 0.48% -
HSV(B) 59.69º 0.89% 0.86% -
XYZ 54.46 65.27 10.65 -
YUV 196.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 219 218 25 0 0.00 0.89 0.14 59.69 0.8 0.48
Hex DB DA 19 0 0 59 E 3C 50 30
Octal 333 332 31 0 0 131 16 74 120 60
Binary 11011011 11011010 11001 0 0 1011001 1110 111100 1010000 110000

Color Harmonies of #DBDA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA19

Black with #DBDA19

Text Example


Text Example

White with #DBDA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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