Html Css Color HEX #DBDA0F Barberry

📋 copy color: '#DBDA0F'

red 219 ◦ green 218 ◦ blue 15

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

Shades of Barberry #DBDA0F

Tints of Barberry #DBDA0F

RGB

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

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

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

R = 48.45%
G = 48.23%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DBDA0F (or 0xDBDA0F) is known color: Barberry. HEX triplet: DB, DA and 0F. RGB value is (219,218,15). Sum of RGB (Red+Green+Blue) = 219+218+15=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA0F is #2425F0. Grayscale: #C3C3C3. Windows color (decimal): -2369009 or 1039067. OLE color: 1039067.

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

Color convert

RGB 219 218 15 -
CMYK 0 0.00 0.93 0.14
HSL 59.71º 0.87% 0.46% -
HSV(B) 59.71º 0.93% 0.86% -
XYZ 54.37 65.24 10.18 -
YUV 195.16 26.33 145.01 -
System Red Green Blue C M Y K H S L
Decimal 219 218 15 0 0.00 0.93 0.14 59.71 0.87 0.46
Hex DB DA F 0 0 5D E 3C 57 2E
Octal 333 332 17 0 0 135 16 74 127 56
Binary 11011011 11011010 1111 0 0 1011101 1110 111100 1010111 101110

Color Harmonies of #DBDA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA0F

Black with #DBDA0F

Text Example


Text Example

White with #DBDA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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