#DDD811

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

Shades of Barberry #DDD811

Tints of Barberry #DDD811

Color information

#DDD811 (or 0xDDD811) is unknown color: approx Barberry. HEX triplet: DD, D8 and 11. RGB value is (221,216,17). Sum of RGB (Red+Green+Blue) = 221+216+17=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDD811 is #2227EE. Grayscale: #C3C3C3. Windows color (decimal): -2238447 or 1169629. OLE color: 1169629.

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

Color convert

RGB22121617-
CMYK00.020.920.13
HSL58.53º85.71%46.67%-
HSV(B)58.53º92.31%86.67%-
XYZ54.4864.5210.11-
YUV194.8127.66146.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.68%
GREEN value IS 216 (84.77% from 255) = 47.58%
BLUE value IS 17 (7.03% from 255) = 3.74%
R=48.68%
G=47.58%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212161700.020.920.1358.5385.7146.67
HexDDD811025CD3b562f
Octal3353302102134157312657
Binary110111011101100010001010101110011011110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD811; }

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

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

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

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

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

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

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

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