Html Css Color HEX #DBD51E Barberry

📋 copy color: '#DBD51E'

red 219 ◦ green 213 ◦ blue 30

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

Shades of Barberry #DBD51E

Tints of Barberry #DBD51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.49%

R = 47.4%
G = 46.1%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBD51E (or 0xDBD51E) is known color: Barberry. HEX triplet: DB, D5 and 1E. RGB value is (219,213,30). Sum of RGB (Red+Green+Blue) = 219+213+30=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 30 (12.11% from 255 or 6.49% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD51E is #242AE1. Grayscale: #C2C2C2. Windows color (decimal): -2370274 or 2020827. OLE color: 2020827.

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

Color convert

RGB 219 213 30 -
CMYK 0 0.03 0.86 0.14
HSL 58.1º 0.76% 0.49% -
HSV(B) 58.1º 0.86% 0.86% -
XYZ 53.24 62.74 10.53 -
YUV 193.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 219 213 30 0 0.03 0.86 0.14 58.1 0.76 0.49
Hex DB D5 1E 0 3 56 E 3A 4C 31
Octal 333 325 36 0 3 126 16 72 114 61
Binary 11011011 11010101 11110 0 11 1010110 1110 111010 1001100 110001

Color Harmonies of #DBD51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD51E

Black with #DBD51E

Text Example


Text Example

White with #DBD51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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