Html Css Color HEX #DBDA0D Barberry

📋 copy color: '#DBDA0D'

red 219 ◦ green 218 ◦ blue 13

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

Shades of Barberry #DBDA0D

Tints of Barberry #DBDA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.44%

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

R = 48.67%
G = 48.44%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DBDA0D (or 0xDBDA0D) is known color: Barberry. HEX triplet: DB, DA and 0D. RGB value is (219,218,13). Sum of RGB (Red+Green+Blue) = 219+218+13=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA0D is #2425F2. Grayscale: #C3C3C3. Windows color (decimal): -2369011 or 907995. OLE color: 907995.

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

Color convert

RGB 219 218 13 -
CMYK 0 0.00 0.94 0.14
HSL 59.71º 0.89% 0.45% -
HSV(B) 59.71º 0.94% 0.86% -
XYZ 54.36 65.23 10.11 -
YUV 194.93 25.33 145.17 -
System Red Green Blue C M Y K H S L
Decimal 219 218 13 0 0.00 0.94 0.14 59.71 0.89 0.45
Hex DB DA D 0 0 5E E 3C 59 2D
Octal 333 332 15 0 0 136 16 74 131 55
Binary 11011011 11011010 1101 0 0 1011110 1110 111100 1011001 101101

Color Harmonies of #DBDA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA0D

Black with #DBDA0D

Text Example


Text Example

White with #DBDA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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