Html Css Color HEX #DBD60E Barberry

📋 copy color: '#DBD60E'

red 219 ◦ green 214 ◦ blue 14

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

Shades of Barberry #DBD60E

Tints of Barberry #DBD60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 48.99%
G = 47.87%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBD60E (or 0xDBD60E) is known color: Barberry. HEX triplet: DB, D6 and 0E. RGB value is (219,214,14). Sum of RGB (Red+Green+Blue) = 219+214+14=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD60E is #2429F1. Grayscale: #C1C1C1. Windows color (decimal): -2370034 or 972507. OLE color: 972507.

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

Color convert

RGB 219 214 14 -
CMYK 0 0.02 0.94 0.14
HSL 58.54º 0.88% 0.46% -
HSV(B) 58.54º 0.94% 0.86% -
XYZ 53.34 63.18 9.8 -
YUV 192.7 27.16 146.76 -
System Red Green Blue C M Y K H S L
Decimal 219 214 14 0 0.02 0.94 0.14 58.54 0.88 0.46
Hex DB D6 E 0 2 5E E 3B 58 2E
Octal 333 326 16 0 2 136 16 73 130 56
Binary 11011011 11010110 1110 0 10 1011110 1110 111011 1011000 101110

Color Harmonies of #DBD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD60E

Black with #DBD60E

Text Example


Text Example

White with #DBD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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