Html Css Color HEX #DBD520 Barberry

📋 copy color: '#DBD520'

red 219 ◦ green 213 ◦ blue 32

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

Shades of Barberry #DBD520

Tints of Barberry #DBD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.91%

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

R = 47.2%
G = 45.91%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBD520 (or 0xDBD520) is known color: Barberry. HEX triplet: DB, D5 and 20. RGB value is (219,213,32). Sum of RGB (Red+Green+Blue) = 219+213+32=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD520 is #242ADF. Grayscale: #C2C2C2. Windows color (decimal): -2370272 or 2151899. OLE color: 2151899.

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

Color convert

RGB 219 213 32 -
CMYK 0 0.03 0.85 0.14
HSL 58.07º 0.75% 0.49% -
HSV(B) 58.07º 0.85% 0.86% -
XYZ 53.27 62.75 10.67 -
YUV 194.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 219 213 32 0 0.03 0.85 0.14 58.07 0.75 0.49
Hex DB D5 20 0 3 55 E 3A 4B 31
Octal 333 325 40 0 3 125 16 72 113 61
Binary 11011011 11010101 100000 0 11 1010101 1110 111010 1001011 110001

Color Harmonies of #DBD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD520

Black with #DBD520

Text Example


Text Example

White with #DBD520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD520; }

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

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

background-color css

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

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

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

border-color css

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

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

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