Html Css Color HEX #DADF16 Barberry

📋 copy color: '#DADF16'

red 218 ◦ green 223 ◦ blue 22

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

Shades of Barberry #DADF16

Tints of Barberry #DADF16

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

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

R = 47.08%
G = 48.16%
B = 4.75%

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

#DADF16 (or 0xDADF16) is known color: Barberry. HEX triplet: DA, DF and 16. RGB value is (218,223,22). Sum of RGB (Red+Green+Blue) = 218+223+22=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 22 (8.98% from 255 or 4.75% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF16 is #2520E9. Grayscale: #C7C7C7. Windows color (decimal): -2433258 or 1499098. OLE color: 1499098.

HSL color Cylindrical-coordinate representation of color #DADF16: hue angle of 61.49º 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 #DADF16 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 223 22 -
CMYK 0.02 0 0.90 0.13
HSL 61.49º 0.82% 0.48% -
HSV(B) 61.49º 0.9% 0.87% -
XYZ 55.45 67.74 10.91 -
YUV 198.59 28.34 141.84 -
System Red Green Blue C M Y K H S L
Decimal 218 223 22 0.02 0 0.90 0.13 61.49 0.82 0.48
Hex DA DF 16 2 0 5A D 3D 52 30
Octal 332 337 26 2 0 132 15 75 122 60
Binary 11011010 11011111 10110 10 0 1011010 1101 111101 1010010 110000

Color Harmonies of #DADF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF16

Black with #DADF16

Text Example


Text Example

White with #DADF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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