Html Css Color HEX #DBDB10 Barberry

📋 copy color: '#DBDB10'

red 219 ◦ green 219 ◦ blue 16

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

Shades of Barberry #DBDB10

Tints of Barberry #DBDB10

RGB

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

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

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

R = 48.24%
G = 48.24%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBDB10 (or 0xDBDB10) is known color: Barberry. HEX triplet: DB, DB and 10. RGB value is (219,219,16). Sum of RGB (Red+Green+Blue) = 219+219+16=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB10 is #2424EF. Grayscale: #C4C4C4. Windows color (decimal): -2368752 or 1104859. OLE color: 1104859.

HSL color Cylindrical-coordinate representation of color #DBDB10: 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.93%. Process color model (Four color, CMYK) of #DBDB10 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 219 16 -
CMYK 0 0 0.93 0.14
HSL 60º 0.86% 0.46% -
HSV(B) 60º 0.93% 0.86% -
XYZ 54.64 65.76 10.3 -
YUV 195.86 26.5 144.51 -
System Red Green Blue C M Y K H S L
Decimal 219 219 16 0 0 0.93 0.14 60 0.86 0.46
Hex DB DB 10 0 0 5D E 3C 56 2E
Octal 333 333 20 0 0 135 16 74 126 56
Binary 11011011 11011011 10000 0 0 1011101 1110 111100 1010110 101110

Color Harmonies of #DBDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB10

Black with #DBDB10

Text Example


Text Example

White with #DBDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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