#DDDD11

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

Shades of Barberry #DDDD11

Tints of Barberry #DDDD11

Color information

#DDDD11 (or 0xDDDD11) is unknown color: approx Barberry. HEX triplet: DD, DD and 11. RGB value is (221,221,17). Sum of RGB (Red+Green+Blue) = 221+221+17=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 17 (7.03% from 255 or 3.70% from 459); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDDD11 is #2222EE. Grayscale: #C6C6C6. Windows color (decimal): -2237167 or 1170909. OLE color: 1170909.

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

Color convert

RGB22122117-
CMYK000.920.13
HSL60º85.71%46.67%-
HSV(B)60º92.31%86.67%-
XYZ55.7867.1310.55-
YUV197.7426144.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 17 (7.03% from 255) = 3.70%
R=48.15%
G=48.15%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122117000.920.136085.7146.67
HexDDDD11005CD3c562f
Octal3353352100134157412657
Binary11011101110111011000100101110011011111001010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD11; }

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

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

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

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

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

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

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

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