Html Css Color HEX #DBD70E Barberry

📋 copy color: '#DBD70E'

red 219 ◦ green 215 ◦ blue 14

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

Shades of Barberry #DBD70E

Tints of Barberry #DBD70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.99%

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 48.88%
G = 47.99%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBD70E (or 0xDBD70E) is known color: Barberry. HEX triplet: DB, D7 and 0E. RGB value is (219,215,14). Sum of RGB (Red+Green+Blue) = 219+215+14=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD70E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD70E is #2428F1. Grayscale: #C2C2C2. Windows color (decimal): -2369778 or 972763. OLE color: 972763.

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

Color convert

RGB 219 215 14 -
CMYK 0 0.02 0.94 0.14
HSL 58.83º 0.88% 0.46% -
HSV(B) 58.83º 0.94% 0.86% -
XYZ 53.59 63.69 9.88 -
YUV 193.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 219 215 14 0 0.02 0.94 0.14 58.83 0.88 0.46
Hex DB D7 E 0 2 5E E 3B 58 2E
Octal 333 327 16 0 2 136 16 73 130 56
Binary 11011011 11010111 1110 0 10 1011110 1110 111011 1011000 101110

Color Harmonies of #DBD70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD70E

Black with #DBD70E

Text Example


Text Example

White with #DBD70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD70E; }

 p { color: rgb(219,215,14); }

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

background-color css

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

 a { background-color: rgb(219,215,14); }

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

border-color css

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

 span { border-color: rgb(219,215,14); }

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