Html Css Color HEX #DADA12 Barberry

📋 copy color: '#DADA12'

red 218 ◦ green 218 ◦ blue 18

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

Shades of Barberry #DADA12

Tints of Barberry #DADA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.96%

R = 48.02%
G = 48.02%
B = 3.96%

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

#DADA12 (or 0xDADA12) is known color: Barberry. HEX triplet: DA, DA and 12. RGB value is (218,218,18). Sum of RGB (Red+Green+Blue) = 218+218+18=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 18 (7.42% from 255 or 3.96% from 454); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADA12 is #2525ED. Grayscale: #C3C3C3. Windows color (decimal): -2434542 or 1235674. OLE color: 1235674.

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

Color convert

RGB 218 218 18 -
CMYK 0 0 0.92 0.15
HSL 60º 0.85% 0.46% -
HSV(B) 60º 0.92% 0.85% -
XYZ 54.09 65.09 10.29 -
YUV 195.2 28 144.26 -
System Red Green Blue C M Y K H S L
Decimal 218 218 18 0 0 0.92 0.15 60 0.85 0.46
Hex DA DA 12 0 0 5C F 3C 55 2E
Octal 332 332 22 0 0 134 17 74 125 56
Binary 11011010 11011010 10010 0 0 1011100 1111 111100 1010101 101110

Color Harmonies of #DADA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA12

Black with #DADA12

Text Example


Text Example

White with #DADA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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