Html Css Color HEX #DBD710 Barberry

📋 copy color: '#DBD710'

red 219 ◦ green 215 ◦ blue 16

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

Shades of Barberry #DBD710

Tints of Barberry #DBD710

RGB

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

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

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

R = 48.67%
G = 47.78%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBD710 (or 0xDBD710) is known color: Barberry. HEX triplet: DB, D7 and 10. RGB value is (219,215,16). Sum of RGB (Red+Green+Blue) = 219+215+16=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD710 is #2428EF. Grayscale: #C2C2C2. Windows color (decimal): -2369776 or 1103835. OLE color: 1103835.

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

Color convert

RGB 219 215 16 -
CMYK 0 0.02 0.93 0.14
HSL 58.82º 0.86% 0.46% -
HSV(B) 58.82º 0.93% 0.86% -
XYZ 53.61 63.7 9.96 -
YUV 193.51 27.83 146.18 -
System Red Green Blue C M Y K H S L
Decimal 219 215 16 0 0.02 0.93 0.14 58.82 0.86 0.46
Hex DB D7 10 0 2 5D E 3B 56 2E
Octal 333 327 20 0 2 135 16 73 126 56
Binary 11011011 11010111 10000 0 10 1011101 1110 111011 1010110 101110

Color Harmonies of #DBD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD710

Black with #DBD710

Text Example


Text Example

White with #DBD710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD710; }

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

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

background-color css

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

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

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

border-color css

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

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

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