#DBCC29

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

Shades of Barberry #DBCC29

Tints of Barberry #DBCC29

Color information

#DBCC29 (or 0xDBCC29) is unknown color: approx Barberry. HEX triplet: DB, CC and 29. RGB value is (219,204,41). Sum of RGB (Red+Green+Blue) = 219+204+41=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC29 is #2433D6. Grayscale: #BEBEBE. Windows color (decimal): -2372567 or 2739419. OLE color: 2739419.

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

Color convert

RGB21920441-
CMYK00.070.810.14
HSL54.94º71.2%50.98%-
HSV(B)54.94º81.28%85.88%-
XYZ51.2158.4110.67-
YUV189.943.97148.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.20%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 41 (16.41% from 255) = 8.84%
R=47.20%
G=43.97%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192044100.070.810.1454.9471.250.98
HexDBCC290751E374733
Octal3333145107121166710763
Binary11011011110011001010010111101000111101101111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC29; }

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

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

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

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

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

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

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

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