#dbcc28

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

Shades of Barberry #DBCC28

Tints of Barberry #DBCC28

Color information

#DBCC28 (or 0xDBCC28) is unknown color: approx Barberry. HEX triplet: DB, CC and 28. RGB value is (219,204,40). Sum of RGB (Red+Green+Blue) = 219+204+40=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC28 is #2433D7. Grayscale: #BEBEBE. Windows color (decimal): -2372568 or 2673883. OLE color: 2673883.

HSL color Cylindrical-coordinate representation of color #DBCC28: hue angle of 54.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBCC28 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB21920440-
CMYK00.070.820.14
HSL54.97º71.31%50.78%-
HSV(B)54.97º81.74%85.88%-
XYZ51.1958.410.58-
YUV189.7943.47148.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.30%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 40 (16.02% from 255) = 8.64%
R=47.30%
G=44.06%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192044000.070.820.1454.9771.3150.78
HexDBCC280752E374733
Octal3333145007122166710763
Binary11011011110011001010000111101001011101101111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbcc28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbcc28; }

 p { color: rgb(219,204,40); }

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

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

 a { background-color: rgb(219,204,40); }

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

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

 span { border-color: rgb(219,204,40); }

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