Html Css Color HEX #DBD11E Barberry

📋 copy color: '#DBD11E'

red 219 ◦ green 209 ◦ blue 30

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

Shades of Barberry #DBD11E

Tints of Barberry #DBD11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.55%

R = 47.82%
G = 45.63%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBD11E (or 0xDBD11E) is known color: Barberry. HEX triplet: DB, D1 and 1E. RGB value is (219,209,30). Sum of RGB (Red+Green+Blue) = 219+209+30=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD11E is #242EE1. Grayscale: #C0C0C0. Windows color (decimal): -2371298 or 2019803. OLE color: 2019803.

HSL color Cylindrical-coordinate representation of color #DBD11E: hue angle of 56.83º degrees, saturation: 0.76, 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 #DBD11E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 209 30 -
CMYK 0 0.05 0.86 0.14
HSL 56.83º 0.76% 0.49% -
HSV(B) 56.83º 0.86% 0.86% -
XYZ 52.25 60.75 10.2 -
YUV 191.58 36.81 147.55 -
System Red Green Blue C M Y K H S L
Decimal 219 209 30 0 0.05 0.86 0.14 56.83 0.76 0.49
Hex DB D1 1E 0 5 56 E 39 4C 31
Octal 333 321 36 0 5 126 16 71 114 61
Binary 11011011 11010001 11110 0 101 1010110 1110 111001 1001100 110001

Color Harmonies of #DBD11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD11E

Black with #DBD11E

Text Example


Text Example

White with #DBD11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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