Html Css Color HEX #DADC16 Barberry

📋 copy color: '#DADC16'

red 218 ◦ green 220 ◦ blue 22

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

Shades of Barberry #DADC16

Tints of Barberry #DADC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.83%

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

R = 47.39%
G = 47.83%
B = 4.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DADC16 (or 0xDADC16) is known color: Barberry. HEX triplet: DA, DC and 16. RGB value is (218,220,22). Sum of RGB (Red+Green+Blue) = 218+220+22=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 22 (8.98% from 255 or 4.78% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC16 is #2523E9. Grayscale: #C5C5C5. Windows color (decimal): -2434026 or 1498330. OLE color: 1498330.

HSL color Cylindrical-coordinate representation of color #DADC16: hue angle of 60.61º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DADC16 is Cyan = 0.01, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 22 -
CMYK 0.01 0 0.9 0.14
HSL 60.61º 0.82% 0.47% -
HSV(B) 60.61º 0.9% 0.86% -
XYZ 54.65 66.15 10.65 -
YUV 196.83 29.34 143.1 -
System Red Green Blue C M Y K H S L
Decimal 218 220 22 0.01 0 0.9 0.14 60.61 0.82 0.47
Hex DA DC 16 1 0 5A E 3D 52 2F
Octal 332 334 26 1 0 132 16 75 122 57
Binary 11011010 11011100 10110 1 0 1011010 1110 111101 1010010 101111

Color Harmonies of #DADC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC16

Black with #DADC16

Text Example


Text Example

White with #DADC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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