#DBDE12

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

Shades of Barberry #DBDE12

Tints of Barberry #DBDE12

Color information

#DBDE12 (or 0xDBDE12) is unknown color: approx Barberry. HEX triplet: DB, DE and 12. RGB value is (219,222,18). Sum of RGB (Red+Green+Blue) = 219+222+18=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDE12 is #2421ED. Grayscale: #C6C6C6. Windows color (decimal): -2367982 or 1236699. OLE color: 1236699.

HSL color Cylindrical-coordinate representation of color #DBDE12: hue angle of 60.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DBDE12 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB21922218-
CMYK0.0100.920.13
HSL60.88º85%47.06%-
HSV(B)60.88º91.89%87.06%-
XYZ55.4467.3510.65-
YUV197.8526.51143.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.71%
GREEN value IS 222 (87.11% from 255) = 48.37%
BLUE value IS 18 (7.42% from 255) = 3.92%
R=47.71%
G=48.37%
B=3.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal219222180.0100.920.1360.888547.06
HexDBDE12105CD3d552f
Octal3333362210134157512557
Binary11011011110111101001010101110011011111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDE12; }

 p { color: rgb(219,222,18); }

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

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

 a { background-color: rgb(219,222,18); }

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

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

 span { border-color: rgb(219,222,18); }

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