Html Css Color HEX #DBDA10 Barberry

📋 copy color: '#DBDA10'

red 219 ◦ green 218 ◦ blue 16

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

Shades of Barberry #DBDA10

Tints of Barberry #DBDA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.53%

R = 48.34%
G = 48.12%
B = 3.53%

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

#DBDA10 (or 0xDBDA10) is known color: Barberry. HEX triplet: DB, DA and 10. RGB value is (219,218,16). Sum of RGB (Red+Green+Blue) = 219+218+16=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBDA10 is #2425EF. Grayscale: #C4C4C4. Windows color (decimal): -2369008 or 1104603. OLE color: 1104603.

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

Color convert

RGB 219 218 16 -
CMYK 0 0.00 0.93 0.14
HSL 59.7º 0.86% 0.46% -
HSV(B) 59.7º 0.93% 0.86% -
XYZ 54.38 65.24 10.22 -
YUV 195.27 26.83 144.93 -
System Red Green Blue C M Y K H S L
Decimal 219 218 16 0 0.00 0.93 0.14 59.7 0.86 0.46
Hex DB DA 10 0 0 5D E 3C 56 2E
Octal 333 332 20 0 0 135 16 74 126 56
Binary 11011011 11011010 10000 0 0 1011101 1110 111100 1010110 101110

Color Harmonies of #DBDA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDA10

Black with #DBDA10

Text Example


Text Example

White with #DBDA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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