#DDC42C

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

Shades of Barberry #DDC42C

Tints of Barberry #DDC42C

Color information

#DDC42C (or 0xDDC42C) is unknown color: approx Barberry. HEX triplet: DD, C4 and 2C. RGB value is (221,196,44). Sum of RGB (Red+Green+Blue) = 221+196+44=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 44 (17.58% from 255 or 9.54% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC42C is #223BD3. Grayscale: #BABABA. Windows color (decimal): -2243540 or 2933981. OLE color: 2933981.

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

Color convert

RGB22119644-
CMYK00.110.800.13
HSL51.53º72.24%51.96%-
HSV(B)51.53º80.09%86.67%-
XYZ50.0155.0310.37-
YUV186.1547.78152.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 196 (76.95% from 255) = 42.52%
BLUE value IS 44 (17.58% from 255) = 9.54%
R=47.94%
G=42.52%
B=9.54%

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
Decimal2211964400.110.800.1351.5372.2451.96
HexDDC42C0B50D344834
Octal33530454013120156411064
Binary110111011100010010110001011101000011011101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC42C; }

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

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

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

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

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

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

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

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