#DCC728

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

Shades of Barberry #DCC728

Tints of Barberry #DCC728

Color information

#DCC728 (or 0xDCC728) is unknown color: approx Barberry. HEX triplet: DC, C7 and 28. RGB value is (220,199,40). Sum of RGB (Red+Green+Blue) = 220+199+40=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC728 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC728 is #2338D7. Grayscale: #BBBBBB. Windows color (decimal): -2308312 or 2672604. OLE color: 2672604.

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

Color convert

RGB22019940-
CMYK00.100.820.14
HSL53º72%50.98%-
HSV(B)53º81.82%86.27%-
XYZ50.3256.2210.21-
YUV187.1544.96151.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 199 (78.12% from 255) = 43.36%
BLUE value IS 40 (16.02% from 255) = 8.71%
R=47.93%
G=43.36%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201994000.100.820.14537250.98
HexDCC7280A52E354833
Octal33430750012122166511063
Binary110111001100011110100001010101001011101101011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC728; }

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

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

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

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

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

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

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

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