Html Css Color HEX #DBDC0B Barberry

📋 copy color: '#DBDC0B'

red 219 ◦ green 220 ◦ blue 11

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

Shades of Barberry #DBDC0B

Tints of Barberry #DBDC0B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.89%

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

R = 48.67%
G = 48.89%
B = 2.44%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DBDC0B (or 0xDBDC0B) is known color: Barberry. HEX triplet: DB, DC and 0B. RGB value is (219,220,11). Sum of RGB (Red+Green+Blue) = 219+220+11=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 11 (4.69% from 255 or 2.44% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC0B is #2423F4. Grayscale: #C4C4C4. Windows color (decimal): -2368501 or 777435. OLE color: 777435.

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

Color convert

RGB 219 220 11 -
CMYK 0.00 0 0.95 0.14
HSL 60.29º 0.9% 0.45% -
HSV(B) 60.29º 0.95% 0.86% -
XYZ 54.87 66.27 10.22 -
YUV 195.88 23.67 144.49 -
System Red Green Blue C M Y K H S L
Decimal 219 220 11 0.00 0 0.95 0.14 60.29 0.9 0.45
Hex DB DC B 0 0 5F E 3C 5A 2D
Octal 333 334 13 0 0 137 16 74 132 55
Binary 11011011 11011100 1011 0 0 1011111 1110 111100 1011010 101101

Color Harmonies of #DBDC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC0B

Black with #DBDC0B

Text Example


Text Example

White with #DBDC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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