Html Css Color HEX #DBD315 Barberry

📋 copy color: '#DBD315'

red 219 ◦ green 211 ◦ blue 21

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

Shades of Barberry #DBD315

Tints of Barberry #DBD315

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.78%

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

R = 48.56%
G = 46.78%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBD315 (or 0xDBD315) is known color: Barberry. HEX triplet: DB, D3 and 15. RGB value is (219,211,21). Sum of RGB (Red+Green+Blue) = 219+211+21=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 211 (82.81% from 255 or 46.78% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD315 is #242CEA. Grayscale: #C0C0C0. Windows color (decimal): -2370795 or 1430491. OLE color: 1430491.

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

Color convert

RGB 219 211 21 -
CMYK 0 0.04 0.90 0.14
HSL 57.58º 0.83% 0.47% -
HSV(B) 57.58º 0.9% 0.86% -
XYZ 52.64 61.7 9.84 -
YUV 191.73 31.65 147.45 -
System Red Green Blue C M Y K H S L
Decimal 219 211 21 0 0.04 0.90 0.14 57.58 0.83 0.47
Hex DB D3 15 0 4 5A E 3A 52 2F
Octal 333 323 25 0 4 132 16 72 122 57
Binary 11011011 11010011 10101 0 100 1011010 1110 111010 1010010 101111

Color Harmonies of #DBD315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD315

Black with #DBD315

Text Example


Text Example

White with #DBD315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD315; }

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

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

background-color css

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

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

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

border-color css

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

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

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