Html Css Color HEX #DBDB11 Barberry

📋 copy color: '#DBDB11'

red 219 ◦ green 219 ◦ blue 17

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

Shades of Barberry #DBDB11

Tints of Barberry #DBDB11

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.13%

 BLUE value IS 17 (7.03% from 255) = 3.74%

R = 48.13%
G = 48.13%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DBDB11 (or 0xDBDB11) is known color: Barberry. HEX triplet: DB, DB and 11. RGB value is (219,219,17). Sum of RGB (Red+Green+Blue) = 219+219+17=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB11 is #2424EE. Grayscale: #C4C4C4. Windows color (decimal): -2368751 or 1170395. OLE color: 1170395.

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

Color convert

RGB 219 219 17 -
CMYK 0 0 0.92 0.14
HSL 60º 0.86% 0.46% -
HSV(B) 60º 0.92% 0.86% -
XYZ 54.65 65.76 10.34 -
YUV 195.97 27 144.43 -
System Red Green Blue C M Y K H S L
Decimal 219 219 17 0 0 0.92 0.14 60 0.86 0.46
Hex DB DB 11 0 0 5C E 3C 56 2E
Octal 333 333 21 0 0 134 16 74 126 56
Binary 11011011 11011011 10001 0 0 1011100 1110 111100 1010110 101110

Color Harmonies of #DBDB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB11

Black with #DBDB11

Text Example


Text Example

White with #DBDB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB11; }

 p { color: rgb(219,219,17); }

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

background-color css

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

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

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

border-color css

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

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

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