Html Css Color HEX #DBD613 Barberry

📋 copy color: '#DBD613'

red 219 ◦ green 214 ◦ blue 19

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

Shades of Barberry #DBD613

Tints of Barberry #DBD613

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.35%

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

R = 48.45%
G = 47.35%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBD613 (or 0xDBD613) is known color: Barberry. HEX triplet: DB, D6 and 13. RGB value is (219,214,19). Sum of RGB (Red+Green+Blue) = 219+214+19=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD613 is #2429EC. Grayscale: #C2C2C2. Windows color (decimal): -2370029 or 1300187. OLE color: 1300187.

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

Color convert

RGB 219 214 19 -
CMYK 0 0.02 0.91 0.14
HSL 58.5º 0.84% 0.47% -
HSV(B) 58.5º 0.91% 0.86% -
XYZ 53.38 63.2 10 -
YUV 193.27 29.66 146.36 -
System Red Green Blue C M Y K H S L
Decimal 219 214 19 0 0.02 0.91 0.14 58.5 0.84 0.47
Hex DB D6 13 0 2 5B E 3A 54 2F
Octal 333 326 23 0 2 133 16 72 124 57
Binary 11011011 11010110 10011 0 10 1011011 1110 111010 1010100 101111

Color Harmonies of #DBD613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD613

Black with #DBD613

Text Example


Text Example

White with #DBD613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD613; }

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

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

background-color css

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

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

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

border-color css

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

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

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