Html Css Color HEX #DBD41E Barberry

📋 copy color: '#DBD41E'

red 219 ◦ green 212 ◦ blue 30

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

Shades of Barberry #DBD41E

Tints of Barberry #DBD41E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.99%

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

R = 47.51%
G = 45.99%
B = 6.51%

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

#DBD41E (or 0xDBD41E) is known color: Barberry. HEX triplet: DB, D4 and 1E. RGB value is (219,212,30). Sum of RGB (Red+Green+Blue) = 219+212+30=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD41E is #242BE1. Grayscale: #C2C2C2. Windows color (decimal): -2370530 or 2020571. OLE color: 2020571.

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

Color convert

RGB 219 212 30 -
CMYK 0 0.03 0.86 0.14
HSL 57.78º 0.76% 0.49% -
HSV(B) 57.78º 0.86% 0.86% -
XYZ 52.99 62.24 10.45 -
YUV 193.35 35.82 146.3 -
System Red Green Blue C M Y K H S L
Decimal 219 212 30 0 0.03 0.86 0.14 57.78 0.76 0.49
Hex DB D4 1E 0 3 56 E 3A 4C 31
Octal 333 324 36 0 3 126 16 72 114 61
Binary 11011011 11010100 11110 0 11 1010110 1110 111010 1001100 110001

Color Harmonies of #DBD41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD41E

Black with #DBD41E

Text Example


Text Example

White with #DBD41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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