Html Css Color HEX #DBD511 Barberry

📋 copy color: '#DBD511'

red 219 ◦ green 213 ◦ blue 17

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

Shades of Barberry #DBD511

Tints of Barberry #DBD511

RGB

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

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

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

R = 48.78%
G = 47.44%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBD511 (or 0xDBD511) is known color: Barberry. HEX triplet: DB, D5 and 11. RGB value is (219,213,17). Sum of RGB (Red+Green+Blue) = 219+213+17=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 17 (7.03% from 255 or 3.79% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD511 is #242AEE. Grayscale: #C1C1C1. Windows color (decimal): -2370287 or 1168859. OLE color: 1168859.

HSL color Cylindrical-coordinate representation of color #DBD511: hue angle of 58.22º 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 #DBD511 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 213 17 -
CMYK 0 0.03 0.92 0.14
HSL 58.22º 0.86% 0.46% -
HSV(B) 58.22º 0.92% 0.86% -
XYZ 53.11 62.69 9.83 -
YUV 192.45 28.99 146.94 -
System Red Green Blue C M Y K H S L
Decimal 219 213 17 0 0.03 0.92 0.14 58.22 0.86 0.46
Hex DB D5 11 0 3 5C E 3A 56 2E
Octal 333 325 21 0 3 134 16 72 126 56
Binary 11011011 11010101 10001 0 11 1011100 1110 111010 1010110 101110

Color Harmonies of #DBD511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD511

Black with #DBD511

Text Example


Text Example

White with #DBD511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD511; }

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

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

background-color css

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

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

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

border-color css

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

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

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