Html Css Color HEX #DBDB0B Barberry

📋 copy color: '#DBDB0B'

red 219 ◦ green 219 ◦ blue 11

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

Shades of Barberry #DBDB0B

Tints of Barberry #DBDB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 48.78%
G = 48.78%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBDB0B (or 0xDBDB0B) is known color: Barberry. HEX triplet: DB, DB and 0B. RGB value is (219,219,11). Sum of RGB (Red+Green+Blue) = 219+219+11=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDB0B is #2424F4. Grayscale: #C4C4C4. Windows color (decimal): -2368757 or 777179. OLE color: 777179.

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

Color convert

RGB 219 219 11 -
CMYK 0 0 0.95 0.14
HSL 60º 0.9% 0.45% -
HSV(B) 60º 0.95% 0.86% -
XYZ 54.61 65.75 10.13 -
YUV 195.29 24 144.91 -
System Red Green Blue C M Y K H S L
Decimal 219 219 11 0 0 0.95 0.14 60 0.9 0.45
Hex DB DB B 0 0 5F E 3C 5A 2D
Octal 333 333 13 0 0 137 16 74 132 55
Binary 11011011 11011011 1011 0 0 1011111 1110 111100 1011010 101101

Color Harmonies of #DBDB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDB0B

Black with #DBDB0B

Text Example


Text Example

White with #DBDB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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