Html Css Color HEX #DBD70D Barberry

📋 copy color: '#DBD70D'

red 219 ◦ green 215 ◦ blue 13

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

Shades of Barberry #DBD70D

Tints of Barberry #DBD70D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.1%

 BLUE value IS 13 (5.47% from 255) = 2.91%

R = 48.99%
G = 48.1%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBD70D (or 0xDBD70D) is known color: Barberry. HEX triplet: DB, D7 and 0D. RGB value is (219,215,13). Sum of RGB (Red+Green+Blue) = 219+215+13=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD70D is #2428F2. Grayscale: #C1C1C1. Windows color (decimal): -2369779 or 907227. OLE color: 907227.

HSL color Cylindrical-coordinate representation of color #DBD70D: hue angle of 58.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBD70D is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 215 13 -
CMYK 0 0.02 0.94 0.14
HSL 58.83º 0.89% 0.45% -
HSV(B) 58.83º 0.94% 0.86% -
XYZ 53.59 63.69 9.85 -
YUV 193.17 26.33 146.43 -
System Red Green Blue C M Y K H S L
Decimal 219 215 13 0 0.02 0.94 0.14 58.83 0.89 0.45
Hex DB D7 D 0 2 5E E 3B 59 2D
Octal 333 327 15 0 2 136 16 73 131 55
Binary 11011011 11010111 1101 0 10 1011110 1110 111011 1011001 101101

Color Harmonies of #DBD70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD70D

Black with #DBD70D

Text Example


Text Example

White with #DBD70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD70D; }

 p { color: rgb(219,215,13); }

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

background-color css

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

 a { background-color: rgb(219,215,13); }

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

border-color css

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

 span { border-color: rgb(219,215,13); }

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