Html Css Color HEX #DBD320 Barberry

📋 copy color: '#DBD320'

red 219 ◦ green 211 ◦ blue 32

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

Shades of Barberry #DBD320

Tints of Barberry #DBD320

RGB

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

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

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

R = 47.4%
G = 45.67%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DBD320 (or 0xDBD320) is known color: Barberry. HEX triplet: DB, D3 and 20. RGB value is (219,211,32). Sum of RGB (Red+Green+Blue) = 219+211+32=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD320 is #242CDF. Grayscale: #C1C1C1. Windows color (decimal): -2370784 or 2151387. OLE color: 2151387.

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

Color convert

RGB 219 211 32 -
CMYK 0 0.04 0.85 0.14
HSL 57.43º 0.75% 0.49% -
HSV(B) 57.43º 0.85% 0.86% -
XYZ 52.77 61.75 10.5 -
YUV 192.99 37.15 146.55 -
System Red Green Blue C M Y K H S L
Decimal 219 211 32 0 0.04 0.85 0.14 57.43 0.75 0.49
Hex DB D3 20 0 4 55 E 39 4B 31
Octal 333 323 40 0 4 125 16 71 113 61
Binary 11011011 11010011 100000 0 100 1010101 1110 111001 1001011 110001

Color Harmonies of #DBD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD320

Black with #DBD320

Text Example


Text Example

White with #DBD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD320; }

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

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

background-color css

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

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

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

border-color css

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

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

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