#DCCC25

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

Shades of Barberry #DCCC25

Tints of Barberry #DCCC25

Color information

#DCCC25 (or 0xDCCC25) is unknown color: approx Barberry. HEX triplet: DC, CC and 25. RGB value is (220,204,37). Sum of RGB (Red+Green+Blue) = 220+204+37=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCC25 is #2333DA. Grayscale: #BEBEBE. Windows color (decimal): -2307035 or 2477276. OLE color: 2477276.

HSL color Cylindrical-coordinate representation of color #DCCC25: hue angle of 54.75º 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 #DCCC25 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB22020437-
CMYK00.070.830.14
HSL54.75º72.33%50.39%-
HSV(B)54.75º83.18%86.27%-
XYZ51.4458.5310.34-
YUV189.7541.8149.58-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.72%
GREEN value IS 204 (80.08% from 255) = 44.25%
BLUE value IS 37 (14.84% from 255) = 8.03%
R=47.72%
G=44.25%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202043700.070.830.1454.7572.3350.39
HexDCCC250753E374832
Octal3343144507123166711062
Binary11011100110011001001010111101001111101101111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCC25; }

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

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

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

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

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

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

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

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