Html Css Color HEX #DBD516 Barberry

📋 copy color: '#DBD516'

red 219 ◦ green 213 ◦ blue 22

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

Shades of Barberry #DBD516

Tints of Barberry #DBD516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.92%

 BLUE value IS 22 (8.98% from 255) = 4.85%

R = 48.24%
G = 46.92%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBD516 (or 0xDBD516) is known color: Barberry. HEX triplet: DB, D5 and 16. RGB value is (219,213,22). Sum of RGB (Red+Green+Blue) = 219+213+22=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 22 (8.98% from 255 or 4.85% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD516 is #242AE9. Grayscale: #C1C1C1. Windows color (decimal): -2370282 or 1496539. OLE color: 1496539.

HSL color Cylindrical-coordinate representation of color #DBD516: hue angle of 58.17º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBD516 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 213 22 -
CMYK 0 0.03 0.90 0.14
HSL 58.17º 0.82% 0.47% -
HSV(B) 58.17º 0.9% 0.86% -
XYZ 53.15 62.71 10.06 -
YUV 193.02 31.49 146.53 -
System Red Green Blue C M Y K H S L
Decimal 219 213 22 0 0.03 0.90 0.14 58.17 0.82 0.47
Hex DB D5 16 0 3 5A E 3A 52 2F
Octal 333 325 26 0 3 132 16 72 122 57
Binary 11011011 11010101 10110 0 11 1011010 1110 111010 1010010 101111

Color Harmonies of #DBD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD516

Black with #DBD516

Text Example


Text Example

White with #DBD516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD516; }

 p { color: rgb(219,213,22); }

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

background-color css

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

 a { background-color: rgb(219,213,22); }

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

border-color css

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

 span { border-color: rgb(219,213,22); }

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