#dbd319

Color #DBD319 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #DBD319

Tints of Barberry #DBD319

Color information

#DBD319 (or 0xDBD319) is unknown color: approx Barberry. HEX triplet: DB, D3 and 19. RGB value is (219,211,25). Sum of RGB (Red+Green+Blue) = 219+211+25=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD319 is #242CE6. Grayscale: #C0C0C0. Windows color (decimal): -2370791 or 1692635. OLE color: 1692635.

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

Color convert

RGB21921125-
CMYK00.040.890.14
HSL57.53º79.51%47.84%-
HSV(B)57.53º88.58%85.88%-
XYZ52.6861.7210.06-
YUV192.1933.65147.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.13%
GREEN value IS 211 (82.81% from 255) = 46.37%
BLUE value IS 25 (10.16% from 255) = 5.49%
R=48.13%
G=46.37%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192112500.040.890.1457.5379.5147.84
HexDBD3190459E3a5030
Octal3333233104131167212060
Binary1101101111010011110010100101100111101110101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbd319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbd319; }

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

 H1.HeaderClassName
 {
   color: #dbd319;
 }
 .AnyTagClassName
 {
   color: #dbd319;
 }
</style>
background-color css

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

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

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

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

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

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