Html Css Color HEX #DADA11 Barberry

📋 copy color: '#DADA11'

red 218 ◦ green 218 ◦ blue 17

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

Shades of Barberry #DADA11

Tints of Barberry #DADA11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.75%

R = 48.12%
G = 48.12%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DADA11 (or 0xDADA11) is known color: Barberry. HEX triplet: DA, DA and 11. RGB value is (218,218,17). Sum of RGB (Red+Green+Blue) = 218+218+17=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADA11 is #2525EE. Grayscale: #C3C3C3. Windows color (decimal): -2434543 or 1170138. OLE color: 1170138.

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

Color convert

RGB 218 218 17 -
CMYK 0 0 0.92 0.15
HSL 60º 0.86% 0.46% -
HSV(B) 60º 0.92% 0.85% -
XYZ 54.09 65.09 10.24 -
YUV 195.09 27.5 144.34 -
System Red Green Blue C M Y K H S L
Decimal 218 218 17 0 0 0.92 0.15 60 0.86 0.46
Hex DA DA 11 0 0 5C F 3C 56 2E
Octal 332 332 21 0 0 134 17 74 126 56
Binary 11011010 11011010 10001 0 0 1011100 1111 111100 1010110 101110

Color Harmonies of #DADA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA11

Black with #DADA11

Text Example


Text Example

White with #DADA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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