Html Css Color HEX #DBD30F Barberry

📋 copy color: '#DBD30F'

red 219 ◦ green 211 ◦ blue 15

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

Shades of Barberry #DBD30F

Tints of Barberry #DBD30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.37%

R = 49.21%
G = 47.42%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBD30F (or 0xDBD30F) is known color: Barberry. HEX triplet: DB, D3 and 0F. RGB value is (219,211,15). Sum of RGB (Red+Green+Blue) = 219+211+15=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD30F is #242CF0. Grayscale: #BFBFBF. Windows color (decimal): -2370801 or 1037275. OLE color: 1037275.

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

Color convert

RGB 219 211 15 -
CMYK 0 0.04 0.93 0.14
HSL 57.65º 0.87% 0.46% -
HSV(B) 57.65º 0.93% 0.86% -
XYZ 52.59 61.68 9.59 -
YUV 191.05 28.65 147.94 -
System Red Green Blue C M Y K H S L
Decimal 219 211 15 0 0.04 0.93 0.14 57.65 0.87 0.46
Hex DB D3 F 0 4 5D E 3A 57 2E
Octal 333 323 17 0 4 135 16 72 127 56
Binary 11011011 11010011 1111 0 100 1011101 1110 111010 1010111 101110

Color Harmonies of #DBD30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD30F

Black with #DBD30F

Text Example


Text Example

White with #DBD30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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