Html Css Color HEX #DADA19 Barberry

📋 copy color: '#DADA19'

red 218 ◦ green 218 ◦ blue 25

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

Shades of Barberry #DADA19

Tints of Barberry #DADA19

RGB

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

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

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

R = 47.29%
G = 47.29%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DADA19 (or 0xDADA19) is known color: Barberry. HEX triplet: DA, DA and 19. RGB value is (218,218,25). Sum of RGB (Red+Green+Blue) = 218+218+25=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 25 (10.16% from 255 or 5.42% from 461); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADA19 is #2525E6. Grayscale: #C4C4C4. Windows color (decimal): -2434535 or 1694426. OLE color: 1694426.

HSL color Cylindrical-coordinate representation of color #DADA19: hue angle of 60º 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 #DADA19 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 25 -
CMYK 0 0 0.89 0.15
HSL 60º 0.79% 0.48% -
HSV(B) 60º 0.89% 0.85% -
XYZ 54.16 65.12 10.63 -
YUV 196 31.5 143.69 -
System Red Green Blue C M Y K H S L
Decimal 218 218 25 0 0 0.89 0.15 60 0.79 0.48
Hex DA DA 19 0 0 59 F 3C 4F 30
Octal 332 332 31 0 0 131 17 74 117 60
Binary 11011010 11011010 11001 0 0 1011001 1111 111100 1001111 110000

Color Harmonies of #DADA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA19

Black with #DADA19

Text Example


Text Example

White with #DADA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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