#DCC72A

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

Shades of Barberry #DCC72A

Tints of Barberry #DCC72A

Color information

#DCC72A (or 0xDCC72A) is unknown color: approx Barberry. HEX triplet: DC, C7 and 2A. RGB value is (220,199,42). Sum of RGB (Red+Green+Blue) = 220+199+42=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC72A is #2338D5. Grayscale: #BCBCBC. Windows color (decimal): -2308310 or 2803676. OLE color: 2803676.

HSL color Cylindrical-coordinate representation of color #DCC72A: hue angle of 52.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC72A is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB22019942-
CMYK00.100.810.14
HSL52.92º71.77%51.37%-
HSV(B)52.92º80.91%86.27%-
XYZ50.3656.2310.39-
YUV187.3845.96151.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 42 (16.80% from 255) = 9.11%
R=47.72%
G=43.17%
B=9.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201994200.100.810.1452.9271.7751.37
HexDCC72A0A51E354833
Octal33430752012121166511063
Binary110111001100011110101001010101000111101101011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC72A; }

 p { color: rgb(220,199,42); }

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

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

 a { background-color: rgb(220,199,42); }

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

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

 span { border-color: rgb(220,199,42); }

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