#DBDD11

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

Shades of Barberry #DBDD11

Tints of Barberry #DBDD11

Color information

#DBDD11 (or 0xDBDD11) is unknown color: approx Barberry. HEX triplet: DB, DD and 11. RGB value is (219,221,17). Sum of RGB (Red+Green+Blue) = 219+221+17=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDD11 is #2422EE. Grayscale: #C5C5C5. Windows color (decimal): -2368239 or 1170907. OLE color: 1170907.

HSL color Cylindrical-coordinate representation of color #DBDD11: hue angle of 60.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBDD11 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB21922117-
CMYK0.0100.920.13
HSL60.59º85.71%46.67%-
HSV(B)60.59º92.31%86.67%-
XYZ55.1766.8110.52-
YUV197.1526.34143.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.92%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 17 (7.03% from 255) = 3.72%
R=47.92%
G=48.36%
B=3.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal219221170.0100.920.1360.5985.7146.67
HexDBDD11105CD3d562f
Octal3333352110134157512657
Binary11011011110111011000110101110011011111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDD11; }

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

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

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

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

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

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

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

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