Html Css Color HEX #DBD314 Barberry

📋 copy color: '#DBD314'

red 219 ◦ green 211 ◦ blue 20

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

Shades of Barberry #DBD314

Tints of Barberry #DBD314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.44%

R = 48.67%
G = 46.89%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DBD314 (or 0xDBD314) is known color: Barberry. HEX triplet: DB, D3 and 14. RGB value is (219,211,20). Sum of RGB (Red+Green+Blue) = 219+211+20=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD314 is #242CEB. Grayscale: #C0C0C0. Windows color (decimal): -2370796 or 1364955. OLE color: 1364955.

HSL color Cylindrical-coordinate representation of color #DBD314: hue angle of 57.59º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DBD314 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 211 20 -
CMYK 0 0.04 0.91 0.14
HSL 57.59º 0.83% 0.47% -
HSV(B) 57.59º 0.91% 0.86% -
XYZ 52.63 61.7 9.8 -
YUV 191.62 31.15 147.53 -
System Red Green Blue C M Y K H S L
Decimal 219 211 20 0 0.04 0.91 0.14 57.59 0.83 0.47
Hex DB D3 14 0 4 5B E 3A 53 2F
Octal 333 323 24 0 4 133 16 72 123 57
Binary 11011011 11010011 10100 0 100 1011011 1110 111010 1010011 101111

Color Harmonies of #DBD314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD314

Black with #DBD314

Text Example


Text Example

White with #DBD314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD314; }

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

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

background-color css

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

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

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

border-color css

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

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

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