Html Css Color HEX #DBD326 Barberry

📋 copy color: '#DBD326'

red 219 ◦ green 211 ◦ blue 38

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

Shades of Barberry #DBD326

Tints of Barberry #DBD326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.12%

R = 46.79%
G = 45.09%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBD326 (or 0xDBD326) is known color: Barberry. HEX triplet: DB, D3 and 26. RGB value is (219,211,38). Sum of RGB (Red+Green+Blue) = 219+211+38=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD326 is #242CD9. Grayscale: #C2C2C2. Windows color (decimal): -2370778 or 2544603. OLE color: 2544603.

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

Color convert

RGB 219 211 38 -
CMYK 0 0.04 0.83 0.14
HSL 57.35º 0.72% 0.5% -
HSV(B) 57.35º 0.83% 0.86% -
XYZ 52.86 61.79 10.97 -
YUV 193.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 219 211 38 0 0.04 0.83 0.14 57.35 0.72 0.5
Hex DB D3 26 0 4 53 E 39 48 32
Octal 333 323 46 0 4 123 16 71 110 62
Binary 11011011 11010011 100110 0 100 1010011 1110 111001 1001000 110010

Color Harmonies of #DBD326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD326

Black with #DBD326

Text Example


Text Example

White with #DBD326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD326; }

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

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

background-color css

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

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

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

border-color css

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

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

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