Html Css Color HEX #DADE16 Barberry

📋 copy color: '#DADE16'

red 218 ◦ green 222 ◦ blue 22

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

Shades of Barberry #DADE16

Tints of Barberry #DADE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

 BLUE value IS 22 (8.98% from 255) = 4.76%

R = 47.19%
G = 48.05%
B = 4.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DADE16 (or 0xDADE16) is known color: Barberry. HEX triplet: DA, DE and 16. RGB value is (218,222,22). Sum of RGB (Red+Green+Blue) = 218+222+22=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADE16 is #2521E9. Grayscale: #C6C6C6. Windows color (decimal): -2433514 or 1498842. OLE color: 1498842.

HSL color Cylindrical-coordinate representation of color #DADE16: hue angle of 61.2º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DADE16 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 22 -
CMYK 0.02 0 0.90 0.13
HSL 61.2º 0.82% 0.48% -
HSV(B) 61.2º 0.9% 0.87% -
XYZ 55.18 67.21 10.82 -
YUV 198 28.67 142.26 -
System Red Green Blue C M Y K H S L
Decimal 218 222 22 0.02 0 0.90 0.13 61.2 0.82 0.48
Hex DA DE 16 2 0 5A D 3D 52 30
Octal 332 336 26 2 0 132 15 75 122 60
Binary 11011010 11011110 10110 10 0 1011010 1101 111101 1010010 110000

Color Harmonies of #DADE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE16

Black with #DADE16

Text Example


Text Example

White with #DADE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE16; }

 p { color: rgb(218,222,22); }

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

background-color css

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

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

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

border-color css

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

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

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