#DDC825

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

Shades of Barberry #DDC825

Tints of Barberry #DDC825

Color information

#DDC825 (or 0xDDC825) is unknown color: approx Barberry. HEX triplet: DD, C8 and 25. RGB value is (221,200,37). Sum of RGB (Red+Green+Blue) = 221+200+37=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC825 is #2237DA. Grayscale: #BCBCBC. Windows color (decimal): -2242523 or 2476253. OLE color: 2476253.

HSL color Cylindrical-coordinate representation of color #DDC825: hue angle of 53.15º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDC825 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB22120037-
CMYK00.100.830.13
HSL53.15º73.02%50.59%-
HSV(B)53.15º83.26%86.67%-
XYZ50.8156.8110.04-
YUV187.742.96151.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 200 (78.52% from 255) = 43.67%
BLUE value IS 37 (14.84% from 255) = 8.08%
R=48.25%
G=43.67%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212003700.100.830.1353.1573.0250.59
HexDDC8250A53D354933
Octal33531045012123156511163
Binary110111011100100010010101010101001111011101011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC825; }

 p { color: rgb(221,200,37); }

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

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

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

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

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

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

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