#DCCA25

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

Shades of Barberry #DCCA25

Tints of Barberry #DCCA25

Color information

#DCCA25 (or 0xDCCA25) is unknown color: approx Barberry. HEX triplet: DC, CA and 25. RGB value is (220,202,37). Sum of RGB (Red+Green+Blue) = 220+202+37=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCA25 is #2335DA. Grayscale: #BDBDBD. Windows color (decimal): -2307547 or 2476764. OLE color: 2476764.

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

Color convert

RGB22020237-
CMYK00.080.830.14
HSL54.1º72.33%50.39%-
HSV(B)54.1º83.18%86.27%-
XYZ50.9757.5910.18-
YUV188.5742.46150.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 37 (14.84% from 255) = 8.06%
R=47.93%
G=44.01%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202023700.080.830.1454.172.3350.39
HexDCCA250853E364832
Octal33431245010123166611062
Binary110111001100101010010101000101001111101101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCA25; }

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

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

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

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

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

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

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

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