Html Css Color HEX #DBDA13 Barberry

📋 copy color: '#DBDA13'

red 219 ◦ green 218 ◦ blue 19

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

Shades of Barberry #DBDA13

Tints of Barberry #DBDA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.17%

R = 48.03%
G = 47.81%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBDA13 (or 0xDBDA13) is known color: Barberry. HEX triplet: DB, DA and 13. RGB value is (219,218,19). Sum of RGB (Red+Green+Blue) = 219+218+19=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 19 (7.81% from 255 or 4.17% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA13 is #2425EC. Grayscale: #C4C4C4. Windows color (decimal): -2369005 or 1301211. OLE color: 1301211.

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

Color convert

RGB 219 218 19 -
CMYK 0 0.00 0.91 0.14
HSL 59.7º 0.84% 0.47% -
HSV(B) 59.7º 0.91% 0.86% -
XYZ 54.4 65.25 10.34 -
YUV 195.61 28.33 144.68 -
System Red Green Blue C M Y K H S L
Decimal 219 218 19 0 0.00 0.91 0.14 59.7 0.84 0.47
Hex DB DA 13 0 0 5B E 3C 54 2F
Octal 333 332 23 0 0 133 16 74 124 57
Binary 11011011 11011010 10011 0 0 1011011 1110 111100 1010100 101111

Color Harmonies of #DBDA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA13

Black with #DBDA13

Text Example


Text Example

White with #DBDA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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