Html Css Color HEX #DBDB16 Barberry

📋 copy color: '#DBDB16'

red 219 ◦ green 219 ◦ blue 22

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

Shades of Barberry #DBDB16

Tints of Barberry #DBDB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.78%

R = 47.61%
G = 47.61%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBDB16 (or 0xDBDB16) is known color: Barberry. HEX triplet: DB, DB and 16. RGB value is (219,219,22). Sum of RGB (Red+Green+Blue) = 219+219+22=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB16 is #2424E9. Grayscale: #C5C5C5. Windows color (decimal): -2368746 or 1498075. OLE color: 1498075.

HSL color Cylindrical-coordinate representation of color #DBDB16: hue angle of 60º 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 #DBDB16 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 22 -
CMYK 0 0 0.90 0.14
HSL 60º 0.82% 0.47% -
HSV(B) 60º 0.9% 0.86% -
XYZ 54.69 65.78 10.57 -
YUV 196.54 29.5 144.02 -
System Red Green Blue C M Y K H S L
Decimal 219 219 22 0 0 0.90 0.14 60 0.82 0.47
Hex DB DB 16 0 0 5A E 3C 52 2F
Octal 333 333 26 0 0 132 16 74 122 57
Binary 11011011 11011011 10110 0 0 1011010 1110 111100 1010010 101111

Color Harmonies of #DBDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB16

Black with #DBDB16

Text Example


Text Example

White with #DBDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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