Html Css Color HEX #DBD110 Barberry

📋 copy color: '#DBD110'

red 219 ◦ green 209 ◦ blue 16

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

Shades of Barberry #DBD110

Tints of Barberry #DBD110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 49.32%
G = 47.07%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBD110 (or 0xDBD110) is known color: Barberry. HEX triplet: DB, D1 and 10. RGB value is (219,209,16). Sum of RGB (Red+Green+Blue) = 219+209+16=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD110 is #242EEF. Grayscale: #BEBEBE. Windows color (decimal): -2371312 or 1102299. OLE color: 1102299.

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

Color convert

RGB 219 209 16 -
CMYK 0 0.05 0.93 0.14
HSL 57.04º 0.86% 0.46% -
HSV(B) 57.04º 0.93% 0.86% -
XYZ 52.11 60.7 9.46 -
YUV 189.99 29.81 148.69 -
System Red Green Blue C M Y K H S L
Decimal 219 209 16 0 0.05 0.93 0.14 57.04 0.86 0.46
Hex DB D1 10 0 5 5D E 39 56 2E
Octal 333 321 20 0 5 135 16 71 126 56
Binary 11011011 11010001 10000 0 101 1011101 1110 111001 1010110 101110

Color Harmonies of #DBD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD110

Black with #DBD110

Text Example


Text Example

White with #DBD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD110; }

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

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

background-color css

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

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

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

border-color css

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

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

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