Html Css Color HEX #DBD213 Barberry

📋 copy color: '#DBD213'

red 219 ◦ green 210 ◦ blue 19

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

Shades of Barberry #DBD213

Tints of Barberry #DBD213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.24%

R = 48.88%
G = 46.88%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBD213 (or 0xDBD213) is known color: Barberry. HEX triplet: DB, D2 and 13. RGB value is (219,210,19). Sum of RGB (Red+Green+Blue) = 219+210+19=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD213 is #242DEC. Grayscale: #BFBFBF. Windows color (decimal): -2371053 or 1299163. OLE color: 1299163.

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

Color convert

RGB 219 210 19 -
CMYK 0 0.04 0.91 0.14
HSL 57.3º 0.84% 0.47% -
HSV(B) 57.3º 0.91% 0.86% -
XYZ 52.38 61.2 9.67 -
YUV 190.92 30.98 148.03 -
System Red Green Blue C M Y K H S L
Decimal 219 210 19 0 0.04 0.91 0.14 57.3 0.84 0.47
Hex DB D2 13 0 4 5B E 39 54 2F
Octal 333 322 23 0 4 133 16 71 124 57
Binary 11011011 11010010 10011 0 100 1011011 1110 111001 1010100 101111

Color Harmonies of #DBD213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD213

Black with #DBD213

Text Example


Text Example

White with #DBD213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD213; }

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

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

background-color css

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

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

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

border-color css

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

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

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