#DBDC19

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

Shades of Barberry #DBDC19

Tints of Barberry #DBDC19

Color information

#DBDC19 (or 0xDBDC19) is unknown color: approx Barberry. HEX triplet: DB, DC and 19. RGB value is (219,220,25). Sum of RGB (Red+Green+Blue) = 219+220+25=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 25 (10.16% from 255 or 5.39% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC19 is #2423E6. Grayscale: #C6C6C6. Windows color (decimal): -2368487 or 1694939. OLE color: 1694939.

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

Color convert

RGB21922025-
CMYK0.0000.890.14
HSL60.31º79.59%48.04%-
HSV(B)60.31º88.64%86.27%-
XYZ54.9866.3210.82-
YUV197.4730.67143.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.20%
GREEN value IS 220 (86.33% from 255) = 47.41%
BLUE value IS 25 (10.16% from 255) = 5.39%
R=47.20%
G=47.41%
B=5.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219220250.0000.890.1460.3179.5948.04
HexDBDC190059E3c5030
Octal3333343100131167412060
Binary11011011110111001100100101100111101111001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDC19; }

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

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

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

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

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

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

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

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