Html Css Color HEX #DBD31E Barberry

📋 copy color: '#DBD31E'

red 219 ◦ green 211 ◦ blue 30

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

Shades of Barberry #DBD31E

Tints of Barberry #DBD31E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.87%

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

R = 47.61%
G = 45.87%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBD31E (or 0xDBD31E) is known color: Barberry. HEX triplet: DB, D3 and 1E. RGB value is (219,211,30). Sum of RGB (Red+Green+Blue) = 219+211+30=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD31E is #242CE1. Grayscale: #C1C1C1. Windows color (decimal): -2370786 or 2020315. OLE color: 2020315.

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

Color convert

RGB 219 211 30 -
CMYK 0 0.04 0.86 0.14
HSL 57.46º 0.76% 0.49% -
HSV(B) 57.46º 0.86% 0.86% -
XYZ 52.74 61.74 10.37 -
YUV 192.76 36.15 146.72 -
System Red Green Blue C M Y K H S L
Decimal 219 211 30 0 0.04 0.86 0.14 57.46 0.76 0.49
Hex DB D3 1E 0 4 56 E 39 4C 31
Octal 333 323 36 0 4 126 16 71 114 61
Binary 11011011 11010011 11110 0 100 1010110 1110 111001 1001100 110001

Color Harmonies of #DBD31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD31E

Black with #DBD31E

Text Example


Text Example

White with #DBD31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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