Html Css Color HEX #DBD820 Barberry

📋 copy color: '#DBD820'

red 219 ◦ green 216 ◦ blue 32

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

Shades of Barberry #DBD820

Tints of Barberry #DBD820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

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

R = 46.9%
G = 46.25%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBD820 (or 0xDBD820) is known color: Barberry. HEX triplet: DB, D8 and 20. RGB value is (219,216,32). Sum of RGB (Red+Green+Blue) = 219+216+32=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD820 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD820 is #2427DF. Grayscale: #C4C4C4. Windows color (decimal): -2369504 or 2152667. OLE color: 2152667.

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

Color convert

RGB 219 216 32 -
CMYK 0 0.01 0.85 0.14
HSL 59.04º 0.75% 0.49% -
HSV(B) 59.04º 0.85% 0.86% -
XYZ 54.03 64.28 10.93 -
YUV 195.92 35.49 144.46 -
System Red Green Blue C M Y K H S L
Decimal 219 216 32 0 0.01 0.85 0.14 59.04 0.75 0.49
Hex DB D8 20 0 1 55 E 3B 4B 31
Octal 333 330 40 0 1 125 16 73 113 61
Binary 11011011 11011000 100000 0 1 1010101 1110 111011 1001011 110001

Color Harmonies of #DBD820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD820

Black with #DBD820

Text Example


Text Example

White with #DBD820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD820; }

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

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

background-color css

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

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

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

border-color css

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

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

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