Html Css Color HEX #DBD510 Barberry

📋 copy color: '#DBD510'

red 219 ◦ green 213 ◦ blue 16

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

Shades of Barberry #DBD510

Tints of Barberry #DBD510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.57%

R = 48.88%
G = 47.54%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBD510 (or 0xDBD510) is known color: Barberry. HEX triplet: DB, D5 and 10. RGB value is (219,213,16). Sum of RGB (Red+Green+Blue) = 219+213+16=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 16 (6.64% from 255 or 3.57% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD510 is #242AEF. Grayscale: #C1C1C1. Windows color (decimal): -2370288 or 1103323. OLE color: 1103323.

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

Color convert

RGB 219 213 16 -
CMYK 0 0.03 0.93 0.14
HSL 58.23º 0.86% 0.46% -
HSV(B) 58.23º 0.93% 0.86% -
XYZ 53.1 62.69 9.79 -
YUV 192.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 219 213 16 0 0.03 0.93 0.14 58.23 0.86 0.46
Hex DB D5 10 0 3 5D E 3A 56 2E
Octal 333 325 20 0 3 135 16 72 126 56
Binary 11011011 11010101 10000 0 11 1011101 1110 111010 1010110 101110

Color Harmonies of #DBD510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD510

Black with #DBD510

Text Example


Text Example

White with #DBD510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD510; }

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

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

background-color css

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

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

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

border-color css

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

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

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