#DBCC1F

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

Shades of Barberry #DBCC1F

Tints of Barberry #DBCC1F

Color information

#DBCC1F (or 0xDBCC1F) is unknown color: approx Barberry. HEX triplet: DB, CC and 1F. RGB value is (219,204,31). Sum of RGB (Red+Green+Blue) = 219+204+31=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 31 (12.5% from 255 or 6.83% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC1F is #2433E0. Grayscale: #BDBDBD. Windows color (decimal): -2372577 or 2084059. OLE color: 2084059.

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

Color convert

RGB21920431-
CMYK00.070.860.14
HSL55.21º75.2%49.02%-
HSV(B)55.21º85.84%85.88%-
XYZ51.0558.349.87-
YUV188.7638.97149.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.24%
GREEN value IS 204 (80.08% from 255) = 44.93%
BLUE value IS 31 (12.5% from 255) = 6.83%
R=48.24%
G=44.93%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192043100.070.860.1455.2175.249.02
HexDBCC1F0756E374b31
Octal3333143707126166711361
Binary1101101111001100111110111101011011101101111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCC1F; }

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

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

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

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

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

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

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

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