Html Css Color HEX #DBD322 Barberry

📋 copy color: '#DBD322'

red 219 ◦ green 211 ◦ blue 34

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

Shades of Barberry #DBD322

Tints of Barberry #DBD322

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

 BLUE value IS 34 (13.67% from 255) = 7.33%

R = 47.2%
G = 45.47%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBD322 (or 0xDBD322) is known color: Barberry. HEX triplet: DB, D3 and 22. RGB value is (219,211,34). Sum of RGB (Red+Green+Blue) = 219+211+34=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 34 (13.67% from 255 or 7.33% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD322 is #242CDD. Grayscale: #C1C1C1. Windows color (decimal): -2370782 or 2282459. OLE color: 2282459.

HSL color Cylindrical-coordinate representation of color #DBD322: hue angle of 57.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBD322 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 34 -
CMYK 0 0.04 0.84 0.14
HSL 57.41º 0.73% 0.5% -
HSV(B) 57.41º 0.84% 0.86% -
XYZ 52.8 61.76 10.65 -
YUV 193.21 38.15 146.39 -
System Red Green Blue C M Y K H S L
Decimal 219 211 34 0 0.04 0.84 0.14 57.41 0.73 0.5
Hex DB D3 22 0 4 54 E 39 49 32
Octal 333 323 42 0 4 124 16 71 111 62
Binary 11011011 11010011 100010 0 100 1010100 1110 111001 1001001 110010

Color Harmonies of #DBD322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD322

Black with #DBD322

Text Example


Text Example

White with #DBD322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD322; }

 p { color: rgb(219,211,34); }

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

background-color css

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

 a { background-color: rgb(219,211,34); }

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

border-color css

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

 span { border-color: rgb(219,211,34); }

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