Html Css Color HEX #DBD115 Barberry

📋 copy color: '#DBD115'

red 219 ◦ green 209 ◦ blue 21

#DBD115
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #DBD115

Tints of Barberry #DBD115

RGB

 RED value IS 219 (85.94% from 255) = 48.78%

 GREEN value IS 209 (82.03% from 255) = 46.55%

 BLUE value IS 21 (8.59% from 255) = 4.68%

R = 48.78%
G = 46.55%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBD115 (or 0xDBD115) is known color: Barberry. HEX triplet: DB, D1 and 15. RGB value is (219,209,21). Sum of RGB (Red+Green+Blue) = 219+209+21=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 21 (8.59% from 255 or 4.68% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD115 is #242EEA. Grayscale: #BFBFBF. Windows color (decimal): -2371307 or 1429979. OLE color: 1429979.

HSL color Cylindrical-coordinate representation of color #DBD115: hue angle of 56.97º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBD115 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 209 21 -
CMYK 0 0.05 0.90 0.14
HSL 56.97º 0.83% 0.47% -
HSV(B) 56.97º 0.9% 0.86% -
XYZ 52.15 60.72 9.68 -
YUV 190.56 32.31 148.29 -
System Red Green Blue C M Y K H S L
Decimal 219 209 21 0 0.05 0.90 0.14 56.97 0.83 0.47
Hex DB D1 15 0 5 5A E 39 52 2F
Octal 333 321 25 0 5 132 16 71 122 57
Binary 11011011 11010001 10101 0 101 1011010 1110 111001 1010010 101111

Color Harmonies of #DBD115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD115

Black with #DBD115

Text Example


Text Example

White with #DBD115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD115; }

 p { color: rgb(219,209,21); }

 H1.HeaderClassName
 {
   color: #DBD115;
 }
 .AnyTagClassName
 {
   color: #DBD115;
 }
</style>

background-color css

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

 a { background-color: rgb(219,209,21); }

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

border-color css

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

 span { border-color: rgb(219,209,21); }

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