Html Css Color HEX #DBD40E Barberry

📋 copy color: '#DBD40E'

red 219 ◦ green 212 ◦ blue 14

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

Shades of Barberry #DBD40E

Tints of Barberry #DBD40E

RGB

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

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

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

R = 49.21%
G = 47.64%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBD40E (or 0xDBD40E) is known color: Barberry. HEX triplet: DB, D4 and 0E. RGB value is (219,212,14). Sum of RGB (Red+Green+Blue) = 219+212+14=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 212 (83.20% from 255 or 47.64% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD40E is #242BF1. Grayscale: #C0C0C0. Windows color (decimal): -2370546 or 971995. OLE color: 971995.

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

Color convert

RGB 219 212 14 -
CMYK 0 0.03 0.94 0.14
HSL 57.95º 0.88% 0.46% -
HSV(B) 57.95º 0.94% 0.86% -
XYZ 52.84 62.18 9.63 -
YUV 191.52 27.82 147.6 -
System Red Green Blue C M Y K H S L
Decimal 219 212 14 0 0.03 0.94 0.14 57.95 0.88 0.46
Hex DB D4 E 0 3 5E E 3A 58 2E
Octal 333 324 16 0 3 136 16 72 130 56
Binary 11011011 11010100 1110 0 11 1011110 1110 111010 1011000 101110

Color Harmonies of #DBD40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD40E

Black with #DBD40E

Text Example


Text Example

White with #DBD40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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