Html Css Color HEX #DBD514 Barberry

📋 copy color: '#DBD514'

red 219 ◦ green 213 ◦ blue 20

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

Shades of Barberry #DBD514

Tints of Barberry #DBD514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.12%

 BLUE value IS 20 (8.2% from 255) = 4.42%

R = 48.45%
G = 47.12%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBD514 (or 0xDBD514) is known color: Barberry. HEX triplet: DB, D5 and 14. RGB value is (219,213,20). Sum of RGB (Red+Green+Blue) = 219+213+20=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD514 is #242AEB. Grayscale: #C1C1C1. Windows color (decimal): -2370284 or 1365467. OLE color: 1365467.

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

Color convert

RGB 219 213 20 -
CMYK 0 0.03 0.91 0.14
HSL 58.19º 0.83% 0.47% -
HSV(B) 58.19º 0.91% 0.86% -
XYZ 53.13 62.7 9.96 -
YUV 192.79 30.49 146.69 -
System Red Green Blue C M Y K H S L
Decimal 219 213 20 0 0.03 0.91 0.14 58.19 0.83 0.47
Hex DB D5 14 0 3 5B E 3A 53 2F
Octal 333 325 24 0 3 133 16 72 123 57
Binary 11011011 11010101 10100 0 11 1011011 1110 111010 1010011 101111

Color Harmonies of #DBD514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD514

Black with #DBD514

Text Example


Text Example

White with #DBD514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD514; }

 p { color: rgb(219,213,20); }

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

background-color css

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

 a { background-color: rgb(219,213,20); }

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

border-color css

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

 span { border-color: rgb(219,213,20); }

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