Html Css Color HEX #DAD519 Barberry

📋 copy color: '#DAD519'

red 218 ◦ green 213 ◦ blue 25

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

Shades of Barberry #DAD519

Tints of Barberry #DAD519

RGB

 RED value IS 218 (85.55% from 255) = 47.81%

 GREEN value IS 213 (83.59% from 255) = 46.71%

 BLUE value IS 25 (10.16% from 255) = 5.48%

R = 47.81%
G = 46.71%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAD519 (or 0xDAD519) is known color: Barberry. HEX triplet: DA, D5 and 19. RGB value is (218,213,25). Sum of RGB (Red+Green+Blue) = 218+213+25=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD519 is #252AE6. Grayscale: #C1C1C1. Windows color (decimal): -2435815 or 1693146. OLE color: 1693146.

HSL color Cylindrical-coordinate representation of color #DAD519: hue angle of 58.45º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAD519 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 213 25 -
CMYK 0 0.02 0.89 0.15
HSL 58.45º 0.79% 0.48% -
HSV(B) 58.45º 0.89% 0.85% -
XYZ 52.88 62.56 10.21 -
YUV 193.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 218 213 25 0 0.02 0.89 0.15 58.45 0.79 0.48
Hex DA D5 19 0 2 59 F 3A 4F 30
Octal 332 325 31 0 2 131 17 72 117 60
Binary 11011010 11010101 11001 0 10 1011001 1111 111010 1001111 110000

Color Harmonies of #DAD519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD519

Black with #DAD519

Text Example


Text Example

White with #DAD519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD519; }

 p { color: rgb(218,213,25); }

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

background-color css

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

 a { background-color: rgb(218,213,25); }

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

border-color css

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

 span { border-color: rgb(218,213,25); }

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