Html Css Color HEX #DBC721 Barberry

📋 copy color: '#DBC721'

red 219 ◦ green 199 ◦ blue 33

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

Shades of Barberry #DBC721

Tints of Barberry #DBC721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.12%

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

R = 48.56%
G = 44.12%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBC721 (or 0xDBC721) is known color: Barberry. HEX triplet: DB, C7 and 21. RGB value is (219,199,33). Sum of RGB (Red+Green+Blue) = 219+199+33=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBC721 is #2438DE. Grayscale: #BABABA. Windows color (decimal): -2373855 or 2213851. OLE color: 2213851.

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

Color convert

RGB 219 199 33 -
CMYK 0 0.09 0.85 0.14
HSL 53.55º 0.74% 0.49% -
HSV(B) 53.55º 0.85% 0.86% -
XYZ 49.91 56.02 9.62 -
YUV 186.06 41.63 151.5 -
System Red Green Blue C M Y K H S L
Decimal 219 199 33 0 0.09 0.85 0.14 53.55 0.74 0.49
Hex DB C7 21 0 9 55 E 36 4A 31
Octal 333 307 41 0 11 125 16 66 112 61
Binary 11011011 11000111 100001 0 1001 1010101 1110 110110 1001010 110001

Color Harmonies of #DBC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC721

Black with #DBC721

Text Example


Text Example

White with #DBC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC721; }

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

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

background-color css

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

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

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

border-color css

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

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

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