Html Css Color HEX #DBD914 Barberry

📋 copy color: '#DBD914'

red 219 ◦ green 217 ◦ blue 20

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

Shades of Barberry #DBD914

Tints of Barberry #DBD914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

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

R = 48.03%
G = 47.59%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBD914 (or 0xDBD914) is known color: Barberry. HEX triplet: DB, D9 and 14. RGB value is (219,217,20). Sum of RGB (Red+Green+Blue) = 219+217+20=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD914 is #2426EB. Grayscale: #C3C3C3. Windows color (decimal): -2369260 or 1366491. OLE color: 1366491.

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

Color convert

RGB 219 217 20 -
CMYK 0 0.01 0.91 0.14
HSL 59.4º 0.83% 0.47% -
HSV(B) 59.4º 0.91% 0.86% -
XYZ 54.15 64.74 10.3 -
YUV 195.14 29.16 145.02 -
System Red Green Blue C M Y K H S L
Decimal 219 217 20 0 0.01 0.91 0.14 59.4 0.83 0.47
Hex DB D9 14 0 1 5B E 3B 53 2F
Octal 333 331 24 0 1 133 16 73 123 57
Binary 11011011 11011001 10100 0 1 1011011 1110 111011 1010011 101111

Color Harmonies of #DBD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD914

Black with #DBD914

Text Example


Text Example

White with #DBD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD914; }

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

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

background-color css

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

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

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

border-color css

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

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

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