Html Css Color HEX #DBD60D Barberry

📋 copy color: '#DBD60D'

red 219 ◦ green 214 ◦ blue 13

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

Shades of Barberry #DBD60D

Tints of Barberry #DBD60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.98%

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

R = 49.1%
G = 47.98%
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

#DBD60D (or 0xDBD60D) is known color: Barberry. HEX triplet: DB, D6 and 0D. RGB value is (219,214,13). Sum of RGB (Red+Green+Blue) = 219+214+13=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD60D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD60D is #2429F2. Grayscale: #C1C1C1. Windows color (decimal): -2370035 or 906971. OLE color: 906971.

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

Color convert

RGB 219 214 13 -
CMYK 0 0.02 0.94 0.14
HSL 58.54º 0.89% 0.45% -
HSV(B) 58.54º 0.94% 0.86% -
XYZ 53.33 63.18 9.77 -
YUV 192.58 26.66 146.84 -
System Red Green Blue C M Y K H S L
Decimal 219 214 13 0 0.02 0.94 0.14 58.54 0.89 0.45
Hex DB D6 D 0 2 5E E 3B 59 2D
Octal 333 326 15 0 2 136 16 73 131 55
Binary 11011011 11010110 1101 0 10 1011110 1110 111011 1011001 101101

Color Harmonies of #DBD60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD60D

Black with #DBD60D

Text Example


Text Example

White with #DBD60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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