#DDC62C

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

Shades of Barberry #DDC62C

Tints of Barberry #DDC62C

Color information

#DDC62C (or 0xDDC62C) is unknown color: approx Barberry. HEX triplet: DD, C6 and 2C. RGB value is (221,198,44). Sum of RGB (Red+Green+Blue) = 221+198+44=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC62C is #2239D3. Grayscale: #BBBBBB. Windows color (decimal): -2243028 or 2934493. OLE color: 2934493.

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

Color convert

RGB22119844-
CMYK00.100.800.13
HSL52.2º72.24%51.96%-
HSV(B)52.2º80.09%86.67%-
XYZ50.4755.9410.52-
YUV187.3247.12152.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.73%
GREEN value IS 198 (77.73% from 255) = 42.76%
BLUE value IS 44 (17.58% from 255) = 9.50%
R=47.73%
G=42.76%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211984400.100.800.1352.272.2451.96
HexDDC62C0A50D344834
Octal33530654012120156411064
Binary110111011100011010110001010101000011011101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC62C; }

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

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

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

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

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

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

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

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