Html Css Color HEX #DBD715 Barberry

📋 copy color: '#DBD715'

red 219 ◦ green 215 ◦ blue 21

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

Shades of Barberry #DBD715

Tints of Barberry #DBD715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.62%

R = 48.13%
G = 47.25%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBD715 (or 0xDBD715) is known color: Barberry. HEX triplet: DB, D7 and 15. RGB value is (219,215,21). Sum of RGB (Red+Green+Blue) = 219+215+21=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 21 (8.59% from 255 or 4.62% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD715 is #2428EA. Grayscale: #C2C2C2. Windows color (decimal): -2369771 or 1431515. OLE color: 1431515.

HSL color Cylindrical-coordinate representation of color #DBD715: hue angle of 58.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBD715 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 215 21 -
CMYK 0 0.02 0.90 0.14
HSL 58.79º 0.83% 0.47% -
HSV(B) 58.79º 0.9% 0.86% -
XYZ 53.65 63.72 10.18 -
YUV 194.08 30.33 145.77 -
System Red Green Blue C M Y K H S L
Decimal 219 215 21 0 0.02 0.90 0.14 58.79 0.83 0.47
Hex DB D7 15 0 2 5A E 3B 52 2F
Octal 333 327 25 0 2 132 16 73 122 57
Binary 11011011 11010111 10101 0 10 1011010 1110 111011 1010010 101111

Color Harmonies of #DBD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD715

Black with #DBD715

Text Example


Text Example

White with #DBD715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD715; }

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

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

background-color css

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

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

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

border-color css

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

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

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