Html Css Color HEX #DBD515 Barberry

📋 copy color: '#DBD515'

red 219 ◦ green 213 ◦ blue 21

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

Shades of Barberry #DBD515

Tints of Barberry #DBD515

RGB

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

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

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

R = 48.34%
G = 47.02%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBD515 (or 0xDBD515) is known color: Barberry. HEX triplet: DB, D5 and 15. RGB value is (219,213,21). Sum of RGB (Red+Green+Blue) = 219+213+21=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 21 (8.59% from 255 or 4.64% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD515 is #242AEA. Grayscale: #C1C1C1. Windows color (decimal): -2370283 or 1431003. OLE color: 1431003.

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

Color convert

RGB 219 213 21 -
CMYK 0 0.03 0.90 0.14
HSL 58.18º 0.83% 0.47% -
HSV(B) 58.18º 0.9% 0.86% -
XYZ 53.14 62.7 10.01 -
YUV 192.91 30.99 146.61 -
System Red Green Blue C M Y K H S L
Decimal 219 213 21 0 0.03 0.90 0.14 58.18 0.83 0.47
Hex DB D5 15 0 3 5A E 3A 52 2F
Octal 333 325 25 0 3 132 16 72 122 57
Binary 11011011 11010101 10101 0 11 1011010 1110 111010 1010010 101111

Color Harmonies of #DBD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD515

Black with #DBD515

Text Example


Text Example

White with #DBD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD515; }

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

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

background-color css

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

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

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

border-color css

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

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

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