#DDC52C

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

Shades of Barberry #DDC52C

Tints of Barberry #DDC52C

Color information

#DDC52C (or 0xDDC52C) is unknown color: approx Barberry. HEX triplet: DD, C5 and 2C. RGB value is (221,197,44). Sum of RGB (Red+Green+Blue) = 221+197+44=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 44 (17.58% from 255 or 9.52% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC52C is #223AD3. Grayscale: #BBBBBB. Windows color (decimal): -2243284 or 2934237. OLE color: 2934237.

HSL color Cylindrical-coordinate representation of color #DDC52C: hue angle of 51.86º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDC52C is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22119744-
CMYK00.110.800.13
HSL51.86º72.24%51.96%-
HSV(B)51.86º80.09%86.67%-
XYZ50.2455.4910.44-
YUV186.7347.45152.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 197 (77.34% from 255) = 42.64%
BLUE value IS 44 (17.58% from 255) = 9.52%
R=47.84%
G=42.64%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211974400.110.800.1351.8672.2451.96
HexDDC52C0B50D344834
Octal33530554013120156411064
Binary110111011100010110110001011101000011011101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC52C; }

 p { color: rgb(221,197,44); }

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

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

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

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

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

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

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