#DCCB2A

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

Shades of Barberry #DCCB2A

Tints of Barberry #DCCB2A

Color information

#DCCB2A (or 0xDCCB2A) is unknown color: approx Barberry. HEX triplet: DC, CB and 2A. RGB value is (220,203,42). Sum of RGB (Red+Green+Blue) = 220+203+42=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB2A is #2334D5. Grayscale: #BEBEBE. Windows color (decimal): -2307286 or 2804700. OLE color: 2804700.

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

Color convert

RGB22020342-
CMYK00.080.810.14
HSL54.27º71.77%51.37%-
HSV(B)54.27º80.91%86.27%-
XYZ51.2958.0910.7-
YUV189.7344.63149.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 203 (79.69% from 255) = 43.66%
BLUE value IS 42 (16.80% from 255) = 9.03%
R=47.31%
G=43.66%
B=9.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202034200.080.810.1454.2771.7751.37
HexDCCB2A0851E364833
Octal33431352010121166611063
Binary110111001100101110101001000101000111101101101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB2A; }

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

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

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

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

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

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

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

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