#DDDB11

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

Shades of Barberry #DDDB11

Tints of Barberry #DDDB11

Color information

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

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

Color convert

RGB22121917-
CMYK00.010.920.13
HSL59.41º85.71%46.67%-
HSV(B)59.41º92.31%86.67%-
XYZ55.2566.0810.37-
YUV196.5726.66145.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212191700.010.920.1359.4185.7146.67
HexDDDB11015CD3b562f
Octal3353332101134157312657
Binary11011101110110111000101101110011011110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB11; }

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

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

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

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

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

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

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

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