Html Css Color HEX #DBD210 Barberry

📋 copy color: '#DBD210'

red 219 ◦ green 210 ◦ blue 16

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

Shades of Barberry #DBD210

Tints of Barberry #DBD210

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.19%

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 49.21%
G = 47.19%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBD210 (or 0xDBD210) is known color: Barberry. HEX triplet: DB, D2 and 10. RGB value is (219,210,16). Sum of RGB (Red+Green+Blue) = 219+210+16=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD210 is #242DEF. Grayscale: #BFBFBF. Windows color (decimal): -2371056 or 1102555. OLE color: 1102555.

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

Color convert

RGB 219 210 16 -
CMYK 0 0.04 0.93 0.14
HSL 57.34º 0.86% 0.46% -
HSV(B) 57.34º 0.93% 0.86% -
XYZ 52.35 61.19 9.54 -
YUV 190.58 29.48 148.27 -
System Red Green Blue C M Y K H S L
Decimal 219 210 16 0 0.04 0.93 0.14 57.34 0.86 0.46
Hex DB D2 10 0 4 5D E 39 56 2E
Octal 333 322 20 0 4 135 16 71 126 56
Binary 11011011 11010010 10000 0 100 1011101 1110 111001 1010110 101110

Color Harmonies of #DBD210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD210

Black with #DBD210

Text Example


Text Example

White with #DBD210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD210; }

 p { color: rgb(219,210,16); }

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

background-color css

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

 a { background-color: rgb(219,210,16); }

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

border-color css

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

 span { border-color: rgb(219,210,16); }

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