Html Css Color HEX #DBDC13 Barberry

📋 copy color: '#DBDC13'

red 219 ◦ green 220 ◦ blue 19

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

Shades of Barberry #DBDC13

Tints of Barberry #DBDC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.15%

R = 47.82%
G = 48.03%
B = 4.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBDC13 (or 0xDBDC13) is known color: Barberry. HEX triplet: DB, DC and 13. RGB value is (219,220,19). Sum of RGB (Red+Green+Blue) = 219+220+19=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 19 (7.81% from 255 or 4.15% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDC13 is #2423EC. Grayscale: #C5C5C5. Windows color (decimal): -2368493 or 1301723. OLE color: 1301723.

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

Color convert

RGB 219 220 19 -
CMYK 0.00 0 0.91 0.14
HSL 60.3º 0.84% 0.47% -
HSV(B) 60.3º 0.91% 0.86% -
XYZ 54.92 66.29 10.52 -
YUV 196.79 27.67 143.84 -
System Red Green Blue C M Y K H S L
Decimal 219 220 19 0.00 0 0.91 0.14 60.3 0.84 0.47
Hex DB DC 13 0 0 5B E 3C 54 2F
Octal 333 334 23 0 0 133 16 74 124 57
Binary 11011011 11011100 10011 0 0 1011011 1110 111100 1010100 101111

Color Harmonies of #DBDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDC13

Black with #DBDC13

Text Example


Text Example

White with #DBDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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