#DBC32A

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

Shades of Barberry #DBC32A

Tints of Barberry #DBC32A

Color information

#DBC32A (or 0xDBC32A) is unknown color: approx Barberry. HEX triplet: DB, C3 and 2A. RGB value is (219,195,42). Sum of RGB (Red+Green+Blue) = 219+195+42=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC32A is #243CD5. Grayscale: #B9B9B9. Windows color (decimal): -2374870 or 2802651. OLE color: 2802651.

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

Color convert

RGB21919542-
CMYK00.110.810.14
HSL51.86º71.08%51.18%-
HSV(B)51.86º80.82%85.88%-
XYZ49.1554.2610.07-
YUV184.7347.45152.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.03%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 42 (16.80% from 255) = 9.21%
R=48.03%
G=42.76%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191954200.110.810.1451.8671.0851.18
HexDBC32A0B51E344733
Octal33330352013121166410763
Binary110110111100001110101001011101000111101101001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC32A; }

 p { color: rgb(219,195,42); }

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

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

 a { background-color: rgb(219,195,42); }

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

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

 span { border-color: rgb(219,195,42); }

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