Html Css Color HEX #DADA1A Barberry

📋 copy color: '#DADA1A'

red 218 ◦ green 218 ◦ blue 26

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

Shades of Barberry #DADA1A

Tints of Barberry #DADA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.63%

R = 47.19%
G = 47.19%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DADA1A (or 0xDADA1A) is known color: Barberry. HEX triplet: DA, DA and 1A. RGB value is (218,218,26). Sum of RGB (Red+Green+Blue) = 218+218+26=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADA1A is #2525E5. Grayscale: #C4C4C4. Windows color (decimal): -2434534 or 1759962. OLE color: 1759962.

HSL color Cylindrical-coordinate representation of color #DADA1A: 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.88%. Process color model (Four color, CMYK) of #DADA1A is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 26 -
CMYK 0 0 0.88 0.15
HSL 60º 0.79% 0.48% -
HSV(B) 60º 0.88% 0.85% -
XYZ 54.17 65.12 10.69 -
YUV 196.11 32 143.61 -
System Red Green Blue C M Y K H S L
Decimal 218 218 26 0 0 0.88 0.15 60 0.79 0.48
Hex DA DA 1A 0 0 58 F 3C 4F 30
Octal 332 332 32 0 0 130 17 74 117 60
Binary 11011010 11011010 11010 0 0 1011000 1111 111100 1001111 110000

Color Harmonies of #DADA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA1A

Black with #DADA1A

Text Example


Text Example

White with #DADA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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