Html Css Color HEX #DBD620 Barberry

📋 copy color: '#DBD620'

red 219 ◦ green 214 ◦ blue 32

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

Shades of Barberry #DBD620

Tints of Barberry #DBD620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

 BLUE value IS 32 (12.89% from 255) = 6.88%

R = 47.1%
G = 46.02%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBD620 (or 0xDBD620) is known color: Barberry. HEX triplet: DB, D6 and 20. RGB value is (219,214,32). Sum of RGB (Red+Green+Blue) = 219+214+32=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD620 is #2429DF. Grayscale: #C3C3C3. Windows color (decimal): -2370016 or 2152155. OLE color: 2152155.

HSL color Cylindrical-coordinate representation of color #DBD620: hue angle of 58.4º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBD620 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 214 32 -
CMYK 0 0.02 0.85 0.14
HSL 58.4º 0.75% 0.49% -
HSV(B) 58.4º 0.85% 0.86% -
XYZ 53.52 63.26 10.76 -
YUV 194.75 36.16 145.3 -
System Red Green Blue C M Y K H S L
Decimal 219 214 32 0 0.02 0.85 0.14 58.4 0.75 0.49
Hex DB D6 20 0 2 55 E 3A 4B 31
Octal 333 326 40 0 2 125 16 72 113 61
Binary 11011011 11010110 100000 0 10 1010101 1110 111010 1001011 110001

Color Harmonies of #DBD620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD620

Black with #DBD620

Text Example


Text Example

White with #DBD620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD620; }

 p { color: rgb(219,214,32); }

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

background-color css

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

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

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

border-color css

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

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

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