Html Css Color HEX #DADA10 Barberry

📋 copy color: '#DADA10'

red 218 ◦ green 218 ◦ blue 16

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

Shades of Barberry #DADA10

Tints of Barberry #DADA10

RGB

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

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

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

R = 48.23%
G = 48.23%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DADA10 (or 0xDADA10) is known color: Barberry. HEX triplet: DA, DA and 10. RGB value is (218,218,16). Sum of RGB (Red+Green+Blue) = 218+218+16=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADA10 is #2525EF. Grayscale: #C3C3C3. Windows color (decimal): -2434544 or 1104602. OLE color: 1104602.

HSL color Cylindrical-coordinate representation of color #DADA10: hue angle of 60º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DADA10 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 16 -
CMYK 0 0 0.93 0.15
HSL 60º 0.86% 0.46% -
HSV(B) 60º 0.93% 0.85% -
XYZ 54.08 65.09 10.2 -
YUV 194.97 27 144.43 -
System Red Green Blue C M Y K H S L
Decimal 218 218 16 0 0 0.93 0.15 60 0.86 0.46
Hex DA DA 10 0 0 5D F 3C 56 2E
Octal 332 332 20 0 0 135 17 74 126 56
Binary 11011010 11011010 10000 0 0 1011101 1111 111100 1010110 101110

Color Harmonies of #DADA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA10

Black with #DADA10

Text Example


Text Example

White with #DADA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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