Html Css Color HEX #DBD521 Barberry

📋 copy color: '#DBD521'

red 219 ◦ green 213 ◦ blue 33

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

Shades of Barberry #DBD521

Tints of Barberry #DBD521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.1%

R = 47.1%
G = 45.81%
B = 7.1%

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

#DBD521 (or 0xDBD521) is known color: Barberry. HEX triplet: DB, D5 and 21. RGB value is (219,213,33). Sum of RGB (Red+Green+Blue) = 219+213+33=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD521 is #242ADE. Grayscale: #C3C3C3. Windows color (decimal): -2370271 or 2217435. OLE color: 2217435.

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

Color convert

RGB 219 213 33 -
CMYK 0 0.03 0.85 0.14
HSL 58.06º 0.74% 0.49% -
HSV(B) 58.06º 0.85% 0.86% -
XYZ 53.28 62.76 10.74 -
YUV 194.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 219 213 33 0 0.03 0.85 0.14 58.06 0.74 0.49
Hex DB D5 21 0 3 55 E 3A 4A 31
Octal 333 325 41 0 3 125 16 72 112 61
Binary 11011011 11010101 100001 0 11 1010101 1110 111010 1001010 110001

Color Harmonies of #DBD521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD521

Black with #DBD521

Text Example


Text Example

White with #DBD521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD521; }

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

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

background-color css

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

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

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

border-color css

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

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

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