#DCC925

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

Shades of Barberry #DCC925

Tints of Barberry #DCC925

Color information

#DCC925 (or 0xDCC925) is unknown color: approx Barberry. HEX triplet: DC, C9 and 25. RGB value is (220,201,37). Sum of RGB (Red+Green+Blue) = 220+201+37=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 37 (14.84% from 255 or 8.08% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC925 is #2336DA. Grayscale: #BCBCBC. Windows color (decimal): -2307803 or 2476508. OLE color: 2476508.

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

Color convert

RGB22020137-
CMYK00.090.830.14
HSL53.77º72.33%50.39%-
HSV(B)53.77º83.18%86.27%-
XYZ50.7457.1210.1-
YUV187.9842.79150.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 201 (78.91% from 255) = 43.89%
BLUE value IS 37 (14.84% from 255) = 8.08%
R=48.03%
G=43.89%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202013700.090.830.1453.7772.3350.39
HexDCC9250953E364832
Octal33431145011123166611062
Binary110111001100100110010101001101001111101101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC925; }

 p { color: rgb(220,201,37); }

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

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

 a { background-color: rgb(220,201,37); }

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

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

 span { border-color: rgb(220,201,37); }

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