Html Css Color HEX #DBD610 Barberry

📋 copy color: '#DBD610'

red 219 ◦ green 214 ◦ blue 16

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

Shades of Barberry #DBD610

Tints of Barberry #DBD610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.66%

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

R = 48.78%
G = 47.66%
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

#DBD610 (or 0xDBD610) is known color: Barberry. HEX triplet: DB, D6 and 10. RGB value is (219,214,16). Sum of RGB (Red+Green+Blue) = 219+214+16=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD610 is #2429EF. Grayscale: #C1C1C1. Windows color (decimal): -2370032 or 1103579. OLE color: 1103579.

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

Color convert

RGB 219 214 16 -
CMYK 0 0.02 0.93 0.14
HSL 58.52º 0.86% 0.46% -
HSV(B) 58.52º 0.93% 0.86% -
XYZ 53.35 63.19 9.88 -
YUV 192.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 219 214 16 0 0.02 0.93 0.14 58.52 0.86 0.46
Hex DB D6 10 0 2 5D E 3B 56 2E
Octal 333 326 20 0 2 135 16 73 126 56
Binary 11011011 11010110 10000 0 10 1011101 1110 111011 1010110 101110

Color Harmonies of #DBD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD610

Black with #DBD610

Text Example


Text Example

White with #DBD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD610; }

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

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

background-color css

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

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

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

border-color css

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

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

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